DBA Data[Home] [Help]

APPS.PO_AP_PURGE_GRP dependencies on PO_GA_ORG_ASSIGNMENTS

Line 148: DELETE FROM po_ga_org_assignments

144: END IF;
145:
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: