Thursday, July 24, 2025

Find rdf file name from EBS Concurrent Program

 


1) Go to system administrator > Concurrent > Program > Define.

Search for the program name and copy the executable name.

2) Use below query and paste the executable name.


SELECT APPLICATION_NAME,'$'||BASEPATH||'/'||'reports/US' Reports_Path,EXECUTION_FILE_NAME FROM APPS.FND_EXECUTABLES_VL A, APPS.FND_APPLICATION_VL B WHERE EXECUTION_METHOD_CODE='P' AND A.APPLICATION_ID=B.APPLICATION_ID AND EXECUTION_FILE_NAME like '%&RDF_NAME%';







No comments:

Post a Comment

Resize the JVM heap for OACore and OAFM directly from the WebLogic Console in EBS

Step:1: Open a browser and go to: http:// < host >: < port >/console Login with the weblogic admin username/p...