DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_HEADERS_ALL

Line 108: from po_headers_all po

104: into v_delete_permitted
105: from sys.dual
106: where not exists (
107: select null
108: from po_headers_all po
109: where po.agent_id = P_PERSON_ID)
110: and not exists (
111: select null
112: from po_headers_archive_all po