DBA Data[Home] [Help]

APPS.ARP_GLOBAL dependencies on MO_GLOBAL

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

Line 285: IF mo_global.get_current_org_id is null then

281: called from other modules to run initialization whenever required */
282: arp_standard.debug('Initialisation section ARP_GLOBAL.INIT_GLOBAL()');
283:
284: /* Bug 4624926 API failing in R12-Starts*/
285: IF mo_global.get_current_org_id is null then
286:
287: ARP_GLOBAL.INIT_GLOBAL;
288: ELSE
289:

Line 290: ARP_GLOBAL.INIT_GLOBAL(mo_global.get_current_org_id);

286:
287: ARP_GLOBAL.INIT_GLOBAL;
288: ELSE
289:
290: ARP_GLOBAL.INIT_GLOBAL(mo_global.get_current_org_id);
291: END IF;
292: /* Bug 4624926 API failing in R12-Ends*/
293: /*Bug 3678916*/
294: