DBA Data[Home] [Help]

APPS.MRP_PO_RESCHEDULE dependencies on MO_GLOBAL

Line 663: mo_global.init('PO'); -- MOAC Change

659: where PO_HEADER_ID= l_po_header_id;
660:
661: change_operating_unit( l_po_operating_unit );
662:
663: mo_global.init('PO'); -- MOAC Change
664: mo_global.set_policy_context('S',l_po_operating_unit); -- MOAC Change
665:
666: debug_message('Changing to operating unit: ' || l_po_operating_unit );
667:

Line 664: mo_global.set_policy_context('S',l_po_operating_unit); -- MOAC Change

660:
661: change_operating_unit( l_po_operating_unit );
662:
663: mo_global.init('PO'); -- MOAC Change
664: mo_global.set_policy_context('S',l_po_operating_unit); -- MOAC Change
665:
666: debug_message('Changing to operating unit: ' || l_po_operating_unit );
667:
668: IF( l_distribution_ids.COUNT() > 0 ) THEN