DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on MO_GLOBAL

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

2441: -- msamoyle: check whether we need to call this method here or in PUB or in processing
2442: --dbms_output.put_line('Set org context');
2443:
2444: --Bug# 3486065
2445: l_authoring_org_profile_value := mo_global.get_current_org_id();
2446: If NVL(l_authoring_org_profile_value,OKL_API.G_MISS_CHAR) = OKL_API.G_MISS_CHAR Then
2447: open profile_option_csr(p_profile_option_name => 'ORG_ID');
2448: fetch profile_option_csr into l_authoring_org_profile_name;
2449: close profile_option_csr;