DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_DISTRIBUTIONS_ALL

Line 128: from po_distributions_all po

124: into v_delete_permitted
125: from sys.dual
126: where not exists (
127: select null
128: from po_distributions_all po
129: where po.deliver_to_person_id = P_PERSON_ID)
130: and not exists (
131: select null
132: from po_distributions_archive_all po