R12 Oracle Apps
Oracle Apps Tricks
Pages
(Move to ...)
Home
▼
Thursday, April 14, 2022
FND Load Script ldt file download and upload script
›
1-> Lookups -- ------------- FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct XX_CUSTOM_LKP.ldt FND_LOOKUP_TYPE APPL...
Monday, February 21, 2022
How to add system administrator responsibility from backend || How to add system administrator responsibility to user from backend
›
How to add system administrator responsibility from backend || How to add system administrator responsibility to user from backend BEGIN ...
Tuesday, January 25, 2022
how to get Responsibility used by Concurrent Request Id
›
##how to get Responsibility used by Concurrent Request Id.### ####Provide the Concurrent Program Request_ID as input### select c.request_i...
**** How to change table rows into column ****
›
**** How to change table rows into 1 column **** Ex:1 select listagg(aa.name, ',') within group (order by aa.name) from ( SELECT *...
Thursday, January 13, 2022
How To Submit a Concurrent Request from backend
›
/********************************************************* *PURPOSE: To Submit a Concurrent Request from backend * *AUTHOR: Shailender T...
Friday, December 10, 2021
how to check concurrent program parameters from backend || Query concurrent program parameters from backend
›
SELECT fcpl.user_concurrent_program_name, fcp.concurrent_program_name, par.end_user_column_name, par.form_left_prompt ...
2 comments:
Wednesday, December 8, 2021
Oracle error 904: ORA-00904: : invalid identifier
›
Oracle error 904: ORA-00904: : invalid identifier ORA-06512: at "SYSTEM.AD_DDL", line 2376 ORA-06512: at line 1 has been detected...
›
Home
View web version