DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_UTIL dependencies on MO_GLOBAL

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

3999: CLOSE c_get_org_id;
4000:
4001:
4002: -- Set the Policy context as required for MOAC Uptake, Bug#4270709
4003: mo_global.set_policy_context('S',l_org_id);
4004:
4005: --dbms_output.put_line('calling SAVE_MESSAGES_OFF');
4006:
4007: Oe_Standard_Wf.SAVE_MESSAGES_OFF;

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

4034: x_msg_data => x_msg_data
4035: );
4036:
4037: -- Change the Policy context back to multiple
4038: mo_global.set_policy_context('M',null);
4039:
4040:
4041: --dbms_output.put_line('ret status=['||x_return_status||']');
4042: ----dbms_output.put_line('ret msg=['||x_msg_data||']');