DBA Data[Home] [Help]

APPS.MO_GLOBAL dependencies on FND_CLIENT_INFO

Line 969: fnd_client_info.set_org_context(p_org_id_char);

965:
966: fnd_profile.get('FND_MO_INIT_CI_DEBUG', l_ci_debug);
967: -- Set up the Operating Unit context in the client info area
968: IF l_ci_debug = 'Y' THEN
969: fnd_client_info.set_org_context(p_org_id_char);
970: END IF;
971:
972: -- Set up the organization access list for Multi- Org Access Control
973: set_org_access(p_org_id_char,p_sp_id_char, p_appl_short_name);