DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on MRP_ITEM_SOURCING

Line 6764: delete from mrp_item_sourcing mis

6760: from po_purge_vendor_list pvl
6761: where pvl.vendor_id = msso.vendor_id
6762: and pvl.double_check_flag = 'Y');
6763:
6764: delete from mrp_item_sourcing mis
6765: where exists (select null
6766: from po_purge_vendor_list pvl
6767: where pvl.vendor_id = mis.vendor_id
6768: and pvl.double_check_flag = 'Y');