DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on MO_GLOBAL

Line 11867: l_old_policy := mo_global.get_access_mode();

11863:
11864: --
11865: -- Get the current policy
11866: --
11867: l_old_policy := mo_global.get_access_mode();
11868: l_old_org_id := mo_global.get_current_org_id();
11869:
11870:
11871: -- Now start the copy using the Contracts API

Line 11868: l_old_org_id := mo_global.get_current_org_id();

11864: --
11865: -- Get the current policy
11866: --
11867: l_old_policy := mo_global.get_access_mode();
11868: l_old_org_id := mo_global.get_current_org_id();
11869:
11870:
11871: -- Now start the copy using the Contracts API
11872: LOG_MESSAGE('copy_negotiation','Copy Contracts: 4. Contract Copy Dpcument is starting');

Line 11888: mo_global.set_policy_context('S', p_org_id);

11884:
11885: --
11886: -- Set the connection policy context. Bug 5018076.
11887: --
11888: mo_global.set_policy_context('S', p_org_id);
11889:
11890: OKC_TERMS_COPY_GRP.COPY_DOC(
11891: p_api_version => 1.0,
11892: p_init_msg_list => FND_API.G_FALSE,

Line 11927: mo_global.set_policy_context(l_old_policy, l_old_org_id);

11923:
11924: --
11925: -- Set the org context back
11926: --
11927: mo_global.set_policy_context(l_old_policy, l_old_org_id);
11928:
11929: LOG_MESSAGE('copy_negotiation',' Policy context is reset');
11930:
11931: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN