DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_RUN_REQUESTS

Line 1602: delete from fnd_run_requests

1598: for req in req_cursor(program_application_id, program_id) loop
1599: delete from fnd_concurrent_requests
1600: where request_id = req.request_id;
1601:
1602: delete from fnd_run_requests
1603: where request_id = req.request_id;
1604:
1605: delete from fnd_conc_release_periods_tl
1606: where (application_id, concurrent_period_id) in

Line 1657: delete from fnd_run_requests

1653: delete from fnd_file_temp
1654: where request_id = req.request_id;
1655:
1656: /* in case parent was cancelled before running: */
1657: delete from fnd_run_requests
1658: where parent_request_id = req.request_id;
1659:
1660: delete from fnd_conc_request_arguments
1661: where request_id = req.request_id;