DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_CONC_RELEASE_PERIODS

Line 1602: delete from fnd_conc_release_periods_tl

1598:
1599: delete from fnd_run_requests
1600: where request_id = req.request_id;
1601:
1602: delete from fnd_conc_release_periods_tl
1603: where (application_id, concurrent_period_id) in
1604: (select application_id, concurrent_period_id
1605: from fnd_conc_release_periods
1606: where owner_req_id = req.request_id);

Line 1605: from fnd_conc_release_periods

1601:
1602: delete from fnd_conc_release_periods_tl
1603: where (application_id, concurrent_period_id) in
1604: (select application_id, concurrent_period_id
1605: from fnd_conc_release_periods
1606: where owner_req_id = req.request_id);
1607:
1608: delete from fnd_conc_release_periods
1609: where owner_req_id = req.request_id;

Line 1608: delete from fnd_conc_release_periods

1604: (select application_id, concurrent_period_id
1605: from fnd_conc_release_periods
1606: where owner_req_id = req.request_id);
1607:
1608: delete from fnd_conc_release_periods
1609: where owner_req_id = req.request_id;
1610:
1611: delete from fnd_conc_release_states_tl
1612: where (application_id, concurrent_state_id) in