DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_CONC_RELEASE_STATES_TL

Line 1614: delete from fnd_conc_release_states_tl

1610:
1611: delete from fnd_conc_release_periods
1612: where owner_req_id = req.request_id;
1613:
1614: delete from fnd_conc_release_states_tl
1615: where (application_id, concurrent_state_id) in
1616: (select application_id, concurrent_state_id
1617: from fnd_conc_release_states
1618: where owner_req_id = req.request_id);