Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Your explain is perfect
I have done all the steps but the Concurrent Prog Name is not there in my Submit a new request .
You should have mixed assigning it to a request group
@@oratrainings I have using existing Request Group. There is lot of Requests available
Want to create new Request Group?
Issue solved. I did that in another Responsibility.
Hi ..how to get serial number in output ..and column name
You mean ROWNUM ?
@@oratrainings "serial number " in oracle ebs output using plsql stored procedure
@@oratrainings Example :: Serial number Vendor_name----------------------. ----------------------- 1) data 1 2) data2....How to give vendor name at top ...and how to give serial number
@@chandrannolaakhil3460 select rownum SerialNumber , segment1 SupplierNumber from FUSION.poz_suppliers
@@oratrainings it was not working in oracle apps it was working in SQL developer but I want the serial number and vendor_name in oracle apps ebs
Your explain is perfect
I have done all the steps but the Concurrent Prog Name is not there in my Submit a new request .
You should have mixed assigning it to a request group
@@oratrainings I have using existing Request Group. There is lot of Requests available
Want to create new Request Group?
Issue solved. I did that in another Responsibility.
Hi ..how to get serial number in output ..and column name
You mean ROWNUM ?
@@oratrainings "serial number " in oracle ebs output using plsql stored procedure
@@oratrainings
Example ::
Serial number Vendor_name
----------------------. -----------------------
1) data 1
2) data2
....
How to give vendor name at top ...and how to give serial number
@@chandrannolaakhil3460 select rownum SerialNumber , segment1 SupplierNumber from FUSION.poz_suppliers
@@oratrainings it was not working in oracle apps it was working in SQL developer but I want the serial number and vendor_name in oracle apps ebs