DBA Data[Home] [Help]

APPS.CSD_PROCESS_PVT dependencies on MO_GLOBAL

Line 1513: mo_global.set_policy_context('S',l_org_id);

1509: close c_get_org_id;
1510:
1511:
1512: -- Set the Policy context as required for MOAC Uptake, Bug#4421242
1513: mo_global.set_policy_context('S',l_org_id);
1514:
1515:
1516: Aso_Order_Int.Update_order(P_Api_Version_Number => 1.0,
1517: P_Init_Msg_List => Fnd_Api.G_TRUE,

Line 1533: mo_global.set_policy_context('M',null);

1529: X_Msg_Count => x_msg_count,
1530: X_Msg_Data => x_msg_data);
1531:
1532: -- Change the Policy context back to multiple
1533: mo_global.set_policy_context('M',null);
1534:
1535: Debug('Return Status from Update_order' || x_return_status,
1536: l_mod_name,
1537: 1);

Line 5255: MO_GLOBAL.init('CS_CHARGES');

5251:
5252: --
5253: -- MOAC initialization
5254: --
5255: MO_GLOBAL.init('CS_CHARGES');
5256:
5257: -- Standard call to check for call compatibility.
5258: IF NOT Fnd_Api.Compatible_API_Call(l_api_version,
5259: p_api_version,