DBA Data[Home] [Help]

APPS.MO_GLOBAL dependencies on FND_CLIENT_INFO

Line 862: fnd_client_info.set_org_context(p_org_id_char);

858:
859: fnd_profile.get('FND_MO_INIT_CI_DEBUG', l_ci_debug);
860: -- Set up the Operating Unit context in the client info area
861: IF l_ci_debug = 'Y' THEN
862: fnd_client_info.set_org_context(p_org_id_char);
863: END IF;
864:
865: -- Set up the organization access list for Multi- Org Access Control
866: set_org_access(p_org_id_char,p_sp_id_char, p_appl_short_name);