DBA Data[Home] [Help]

APPS.OE_ORDER_COPY_UTIL dependencies on MO_GLOBAL

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

3701: --each iteration
3702: --ER 7258165 : Start : Copy accross organizations
3703: --Set the org context to source lock in order to fetch all the source details
3704: IF G_COPY_REC.source_org_id IS NOT NULL THEN
3705: mo_global.set_policy_context(NVL(G_COPY_REC.source_access_mode,'S')
3706: ,G_COPY_REC.source_org_id);
3707: END IF;
3708: --ER 7258165 : End
3709: --Bug 7707530 : End

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

4145: END IF;
4146:
4147: --ER 7258165 : Start : Copy accross organizations
4148: --Set the org context to OU in which the order is to be copied
4149: mo_global.set_policy_context('S',G_COPY_REC.copy_org_id);
4150:
4151:
4152: if G_COPY_REC.copy_org_id <> G_COPY_REC.source_org_id then
4153: l_header_rec.invoice_to_org_id := FND_API.G_MISS_NUM;