DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_CONC_RELEASE_DISJS_TL

Line 1629: delete from fnd_conc_release_disjs_tl

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