DBA Data[Home] [Help]

APPS.MRP_CREATE_SCHEDULE_ISO dependencies on MO_GLOBAL

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

338: l_req_line_tbl(j).destination_subinventory := lv_Dest_subinv;
339:
340: End if; -- For Plan_Type = 8 SRP Plan
341:
342: mo_global.init('PO'); -- MOAC Change
343: mo_global.set_policy_context('S',l_org_trans_rel_cur.to_operating_unit); -- MOAC Change
344:
345: /* Call the PO API and pass the internal req header record
346: and line tables to Create the Internal Req */

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

339:
340: End if; -- For Plan_Type = 8 SRP Plan
341:
342: mo_global.init('PO'); -- MOAC Change
343: mo_global.set_policy_context('S',l_org_trans_rel_cur.to_operating_unit); -- MOAC Change
344:
345: /* Call the PO API and pass the internal req header record
346: and line tables to Create the Internal Req */
347: PO_CREATE_REQUISITION_SV.process_requisition(px_header_rec => l_req_header_rec

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

403: fnd_global.apps_initialize(l_user_id, l_level_value, l_appl_id);
404:
405: END IF;
406:
407: mo_global.init('ONT'); -- MOAC Change
408: mo_global.set_policy_context('S',l_org_trans_rel_cur.src_operating_unit); -- MOAC Change
409:
410: /********* Process Order ********************************/
411: -- SETTING UP THE HEADER RECORD

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

404:
405: END IF;
406:
407: mo_global.init('ONT'); -- MOAC Change
408: mo_global.set_policy_context('S',l_org_trans_rel_cur.src_operating_unit); -- MOAC Change
409:
410: /********* Process Order ********************************/
411: -- SETTING UP THE HEADER RECORD
412: