[Home] [Help]
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
1607: (select application_id, concurrent_period_id
1608: from fnd_conc_release_periods
1609: where owner_req_id = req.request_id);