DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_QUOTATION_APPROVALS_ALL

Line 92: from po_quotation_approvals_all po

88: into v_delete_permitted
89: from sys.dual
90: where not exists (
91: select null
92: from po_quotation_approvals_all po
93: where po.approver_id = P_PERSON_ID);
94: exception
95: when NO_DATA_FOUND then
96: hr_utility.set_message (801, 'HR_6253_ALL_PO5_PER_NO_DEL');