DBA Data[Home] [Help]

APPS.FND_OAM_COLLECTION dependencies on FND_PROGRAM

Line 2168: fnd_program.program_exists('FNDOAMCOL', 'FND') = true then

2164: if ((outcome = false and p_request_id is null) or
2165: (outcome = true and p_request_id is not null and
2166: p_dev_phase <> 'PENDING' and
2167: p_dev_phase <> 'RUNNING')) and
2168: fnd_program.program_exists('FNDOAMCOL', 'FND') = true then
2169:
2170: --dbms_output.put_line('Submmitting request');
2171: --select application_id, responsibility_id, responsibility_name
2172: -- into appl_id, resp_id, resp_name