• Blog
    • Oracle EBS ERP
      • DBA
      • Developer
      • Application
    • Db2 Database
    • MySQL
  • About Me
  • Skills
  • Education
  • Employment
  • Contact

Identify executable name of concurrent program

  • Home
  • Identify executable name of concurrent program

Easily identify executable file name of concurrent request.

SELECT fcpv.user_concurrent_program_name concurrent_program_name,
       fe.execution_file_name source_name,
       fl.meaning program_type
  FROM apps.fnd_concurrent_programs_vl fcpv,
       apps.fnd_executables fe,
       apps.fnd_lookups fl
 WHERE     fe.executable_id = fcpv.executable_id
       AND fl.lookup_type = 'CP_EXECUTION_METHOD_CODE'
       AND fl.lookup_code = fe.execution_method_code
       AND fcpv.user_concurrent_program_name LIKE '&concurrent_program_name';
Tags
concurrent program, dba script, executable file name, location of logfile, location of output file, Oracle ebs, oracle script, running concurrent request, sql script, status of concurrent request
Categories
  • Application
  • Db2 Database
  • DBA
  • Developer
  • MySQL
  • Oracle EBS ERP
o
  • Extract & restore single mysql table from backup of databaseSaturday - September 04, 2021
© 2019 KS is proudly powered by Kapil Savaliya.