DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_CONC_RELEASE_DISJS_TL

Line 1632: delete from fnd_conc_release_disjs_tl

1628:
1629: delete from fnd_conc_release_classes
1630: where owner_req_id = req.request_id;
1631:
1632: delete from fnd_conc_release_disjs_tl
1633: where (application_id, disjunction_id) in
1634: (select application_id, disjunction_id
1635: from fnd_conc_release_disjs
1636: where owner_req_id = req.request_id);