DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_RELEASES_ALL

Line 167: from po_releases_all po

163: into v_delete_permitted
164: from sys.dual
165: where not exists (
166: select null
167: from po_releases_all po
168: where po.agent_id = P_PERSON_ID
169: or po.cancelled_by = P_PERSON_ID
170: or po.hold_by = P_PERSON_ID)
171: and not exists (