DBA Data[Home] [Help]

APPS.PO_AP_PURGE_PVT dependencies on MRP_SCHEDULE_CONSUMPTIONS

Line 2581: FROM mrp_schedule_consumptions MSC

2577: SET PPL.double_check_flag = 'N'
2578: WHERE PPL.double_check_flag = 'Y'
2579: AND EXISTS (
2580: SELECT NULL
2581: FROM mrp_schedule_consumptions MSC
2582: WHERE MSC.disposition_type IN (2,6)
2583: AND MSC.disposition_id = PPL.po_header_id);
2584:
2585: -- Bug 4459947