DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on MO_GLOBAL

Line 2512: l_authoring_org_profile_value := mo_global.get_current_org_id();

2508: -- msamoyle: check whether we need to call this method here or in PUB or in processing
2509: --dbms_output.put_line('Set org context');
2510:
2511: --Bug# 3486065
2512: l_authoring_org_profile_value := mo_global.get_current_org_id();
2513: If NVL(l_authoring_org_profile_value,OKL_API.G_MISS_CHAR) = OKL_API.G_MISS_CHAR Then
2514: open profile_option_csr(p_profile_option_name => 'ORG_ID');
2515: fetch profile_option_csr into l_authoring_org_profile_name;
2516: close profile_option_csr;