Sunday, February 23, 2014

Get the File Base Path for a Execution Method in Oracle Apps R12

SELECT fa.basepath
  FROM fnd_application fa, fnd_executables fe
 WHERE fe.application_id = fa.application_id
   AND fe.execution_file_name LIKE 'XXDA_DA_PESA%'

No comments:

Post a Comment