DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on MO_GLOBAL

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

10510:
10511: --
10512: -- Get the current policy
10513: --
10514: l_old_policy := mo_global.get_access_mode();
10515: l_old_org_id := mo_global.get_current_org_id();
10516:
10517:
10518: -- Now start the copy using the Contracts API

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

10511: --
10512: -- Get the current policy
10513: --
10514: l_old_policy := mo_global.get_access_mode();
10515: l_old_org_id := mo_global.get_current_org_id();
10516:
10517:
10518: -- Now start the copy using the Contracts API
10519: LOG_MESSAGE('copy_negotiation','Copy Contracts: 4. Contract Copy Dpcument is starting');

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

10531:
10532: --
10533: -- Set the connection policy context. Bug 5018076.
10534: --
10535: mo_global.set_policy_context('S', p_org_id);
10536:
10537: OKC_TERMS_COPY_GRP.COPY_DOC(
10538: p_api_version => 1.0,
10539: p_init_msg_list => FND_API.G_FALSE,

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

10570:
10571: --
10572: -- Set the org context back
10573: --
10574: mo_global.set_policy_context(l_old_policy, l_old_org_id);
10575:
10576: LOG_MESSAGE('copy_negotiation',' Policy context is reset');
10577:
10578: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN