DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on FND_EXECUTABLES

Line 1349: -- Runs the pl/sql shutdown procedures stored in FND_EXECUTABLES

1345:
1346: -- Name
1347: -- FND_CONCURRENT.SHUT_DOWN_PROCS
1348: -- Purpose
1349: -- Runs the pl/sql shutdown procedures stored in FND_EXECUTABLES
1350: -- with EXECUTION_METHOD_CODE = 'Z'.
1351: --
1352: -- Errors encountered during execution of stored procedures are
1353: -- logged to FND_EVENTS

Line 1359: SELECT execution_file_name from fnd_executables

1355: procedure shut_down_procs is
1356: errbuf VARCHAR2(256);
1357:
1358: CURSOR c IS
1359: SELECT execution_file_name from fnd_executables
1360: where execution_method_code = 'Z';
1361: begin
1362: FOR c_rec IN c LOOP
1363: begin