DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on MRP_ITEM_SOURCING

Line 6188: delete from mrp_item_sourcing mis

6184: from po_purge_vendor_list pvl
6185: where pvl.vendor_id = msso.vendor_id
6186: and pvl.double_check_flag = 'Y');
6187:
6188: delete from mrp_item_sourcing mis
6189: where exists (select null
6190: from po_purge_vendor_list pvl
6191: where pvl.vendor_id = mis.vendor_id
6192: and pvl.double_check_flag = 'Y');