DBA Data[Home] [Help]

APPS.ARP_GLOBAL dependencies on AR_SYSTEM_PARAMETERS

Line 72: select min(org_id) into l_default_org_id from ar_system_parameters;

68: END IF;
69:
70: IF l_default_org_id is null then
71: begin
72: select min(org_id) into l_default_org_id from ar_system_parameters;
73: end;
74: end if;
75: END IF;
76:

Line 85: Begin populate all attribute of global variable, sysparm of ar_system_parameters%rowtype

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
87: --------------------------------------------------------------------------------- */
88:
89: ARP_GLOBAL.sysparam.org_id := l_gr.org_id;