DBA Data[Home] [Help]

APPS.MRP_CREATE_SCHEDULE_ISO dependencies on MO_GLOBAL

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

350:
351:
352: End if; -- For Plan_Type = 8 SRP Plan
353:
354: mo_global.init('PO'); -- MOAC Change
355: mo_global.set_policy_context('S',l_org_trans_rel_cur.to_operating_unit); -- MOAC Change
356:
357: /* Call the PO API and pass the internal req header record
358: and line tables to Create the Internal Req */

Line 355: mo_global.set_policy_context('S',l_org_trans_rel_cur.to_operating_unit); -- MOAC Change

351:
352: End if; -- For Plan_Type = 8 SRP Plan
353:
354: mo_global.init('PO'); -- MOAC Change
355: mo_global.set_policy_context('S',l_org_trans_rel_cur.to_operating_unit); -- MOAC Change
356:
357: /* Call the PO API and pass the internal req header record
358: and line tables to Create the Internal Req */
359: PO_CREATE_REQUISITION_SV.process_requisition(px_header_rec => l_req_header_rec

Line 419: mo_global.init('ONT'); -- MOAC Change

415: fnd_global.apps_initialize(l_user_id, l_level_value, l_appl_id);
416:
417: END IF;
418:
419: mo_global.init('ONT'); -- MOAC Change
420: mo_global.set_policy_context('S',l_org_trans_rel_cur.src_operating_unit); -- MOAC Change
421:
422: /********* Process Order ********************************/
423: -- SETTING UP THE HEADER RECORD

Line 420: mo_global.set_policy_context('S',l_org_trans_rel_cur.src_operating_unit); -- MOAC Change

416:
417: END IF;
418:
419: mo_global.init('ONT'); -- MOAC Change
420: mo_global.set_policy_context('S',l_org_trans_rel_cur.src_operating_unit); -- MOAC Change
421:
422: /********* Process Order ********************************/
423: -- SETTING UP THE HEADER RECORD
424: