Monday 17 June 2019

Concurrent Program execution method and their meaning


Concurrent program's executable method (fnd_executables.EXECUTION_METHOD_CODE) and corresponding program types.


A Spawned
B Request Set Stage Function
E Perl Concurrent Program
H Host
I PL/SQL Stored Procedure
J Java Stored Procedure
K Java Concurrent Program
L SQL*Loader
M Multi Language Function
P Oracle Reports
Q SQL*Plus
S Immediate
Z Shutdown Callback

SELECT lookup_code, meaning
  FROM apps.fnd_lookup_values_vl
 WHERE     1 = 1
       AND lookup_type = 'CP_EXECUTION_METHOD_CODE'
       AND enabled_flag = 'Y';

No comments:

Post a Comment