DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_HEADERS_ARCHIVE_ALL

Line 112: from po_headers_archive_all po

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
113: where po.agent_id = P_PERSON_ID);
114: exception
115: when NO_DATA_FOUND then
116: hr_utility.set_message (801, 'HR_6256_ALL_PO8_PER_NO_DEL');