DBA Data[Home] [Help]

APPS.OE_ORDER_COPY_UTIL dependencies on MO_GLOBAL

Line 3855: mo_global.set_policy_context(NVL(G_COPY_REC.source_access_mode,'S')

3851: --each iteration
3852: --ER 7258165 : Start : Copy accross organizations
3853: --Set the org context to source lock in order to fetch all the source details
3854: IF G_COPY_REC.source_org_id IS NOT NULL THEN
3855: mo_global.set_policy_context(NVL(G_COPY_REC.source_access_mode,'S')
3856: ,G_COPY_REC.source_org_id);
3857: END IF;
3858: --ER 7258165 : End
3859: --Bug 7707530 : End

Line 4299: mo_global.set_policy_context('S',G_COPY_REC.copy_org_id);

4295: END IF;
4296:
4297: --ER 7258165 : Start : Copy accross organizations
4298: --Set the org context to OU in which the order is to be copied
4299: mo_global.set_policy_context('S',G_COPY_REC.copy_org_id);
4300:
4301:
4302: if G_COPY_REC.copy_org_id <> G_COPY_REC.source_org_id then
4303: l_header_rec.invoice_to_org_id := FND_API.G_MISS_NUM;