DBA Data[Home] [Help]

APPS.CN_NOTIFY_ORDERS dependencies on MO_GLOBAL

Line 167: MO_GLOBAL.SET_POLICY_CONTEXT ('S', x_org_id);

163: ( l_rowid, l_proc_audit_id, NULL, 'NOT', 'Notification run',
164: NULL, NULL, NULL, NULL, NULL, SYSDATE, NULL, x_org_id);
165:
166: --Added as per MOAC OE Mandate
167: MO_GLOBAL.SET_POLICY_CONTEXT ('S', x_org_id);
168: OPEN batch_size;
169: FETCH batch_size INTO l_sys_batch_size;
170: CLOSE batch_size;
171:

Line 1316: MO_GLOBAL.SET_POLICY_CONTEXT ('S', x_org_id);

1312: cn_message_pkg.debug('notify: cn_notify_orders.regular_col_notify>>');
1313: fnd_file.put_line(fnd_file.Log, 'notify: cn_notify_orders.regular_col_notify>>');
1314:
1315: --Added as per OM MOAC Mandate
1316: MO_GLOBAL.SET_POLICY_CONTEXT ('S', x_org_id);
1317: l_so_org_id := NVL(oe_profile.value('OE_ORGANIZATION_ID'),-99);
1318:
1319: --+
1320: -- Call Get_Notice to get any pending order updates off of the queue