DBA Data[Home] [Help]

APPS.FND_SET dependencies on FND_PROGRAM

Line 1265: fnd_program.delete_program(program_short_name, set_application);

1261: and r.request_set_stage_id = stage_id
1262: and r.set_application_id = p.application_id
1263: and r.concurrent_program_id = p.concurrent_program_id;
1264:
1265: fnd_program.delete_program(program_short_name, set_application);
1266: exception
1267: when others then
1268: message_init;
1269: null; -- We don't care if the program does not exist

Line 1807: fnd_program.delete_program(program_short_name, application);

1803: and r.request_set_id = set_id
1804: and r.application_id = p.application_id
1805: and r.concurrent_program_id = p.concurrent_program_id;
1806:
1807: fnd_program.delete_program(program_short_name, application);
1808: EXCEPTION
1809: when others then
1810: message_init;
1811: null; -- We don't care if the program does not exist

Line 1850: fnd_program.delete_program(program_short_name, application);

1846: and r.request_set_stage_id = rec.request_set_stage_id
1847: and r.set_application_id = p.application_id
1848: and r.concurrent_program_id = p.concurrent_program_id;
1849:
1850: fnd_program.delete_program(program_short_name, application);
1851: exception
1852: when others then
1853: message_init;
1854: null; -- We don't care if the program does not exist