DBA Data[Home] [Help]

APPS.ARP_GLOBAL dependencies on AR_MO_GLOBAL_CACHE

Line 62: ar_mo_global_cache.set_current_org_id(p_org_id);

58: else it will get the default org_id based on mo_utils.get_default_ou output
59: --------------------------------------------------------------------------------- */
60:
61: IF p_org_id is NOT NULL then
62: ar_mo_global_cache.set_current_org_id(p_org_id);
63: ELSE
64: IF ARP_STANDARD.sysparm.org_id is NULL then
65: mo_utils.get_default_ou(l_default_org_id,l_default_ou_name,l_count);
66: ELSE

Line 82: l_gr := ar_mo_global_cache.get_org_attributes(nvl(p_org_id,l_default_org_id));

78: Get the cached attribute info for the org you pass p_org_id to INIT_GLOBAL into
79: Local Variable l_gr
80: --------------------------------------------------------------------------------- */
81:
82: l_gr := ar_mo_global_cache.get_org_attributes(nvl(p_org_id,l_default_org_id));
83:
84: /* --------------------------------------------------------------------------------
85: Begin populate all attribute of global variable, sysparm of ar_system_parameters%rowtype
86: from Local Variable, l_gr, retieved from cache for the passed org