DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_UTIL dependencies on MO_GLOBAL

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

3985: CLOSE c_get_org_id;
3986:
3987:
3988: -- Set the Policy context as required for MOAC Uptake, Bug#4270709
3989: mo_global.set_policy_context('S',l_org_id);
3990:
3991: --dbms_output.put_line('calling SAVE_MESSAGES_OFF');
3992:
3993: Oe_Standard_Wf.SAVE_MESSAGES_OFF;

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

4020: x_msg_data => x_msg_data
4021: );
4022:
4023: -- Change the Policy context back to multiple
4024: mo_global.set_policy_context('M',null);
4025:
4026:
4027: --dbms_output.put_line('ret status=['||x_return_status||']');
4028: ----dbms_output.put_line('ret msg=['||x_msg_data||']');