DBA Data[Home] [Help]

APPS.PO_AP_PURGE_GRP dependencies on PO_PURGE_PO_LIST

Line 150: from po_purge_po_list

146: l_progress := '000';
147:
148: DELETE FROM po_ga_org_assignments
149: WHERE po_header_id in (select po_header_id
150: from po_purge_po_list
151: where double_check_flag = 'Y');
152:
153: l_progress := '010';
154: