DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_RELEASES_ARCHIVE_ALL

Line 173: from po_releases_archive_all po

169: or po.cancelled_by = P_PERSON_ID
170: or po.hold_by = P_PERSON_ID)
171: and not exists (
172: select null
173: from po_releases_archive_all po
174: where po.agent_id = P_PERSON_ID
175: or po.cancelled_by = P_PERSON_ID
176: or po.hold_by = P_PERSON_ID);
177: exception