DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_DISTRIBUTIONS_ARCHIVE_ALL

Line 132: from po_distributions_archive_all po

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
133: where po.deliver_to_person_id = P_PERSON_ID);
134: exception
135: when NO_DATA_FOUND then
136: hr_utility.set_message (801, 'HR_6257_ALL_PO9_PER_NO_DEL');