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 287: IF mo_global.get_current_org_id is null then

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

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

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