DBA Data[Home] [Help]

APPS.ARP_GLOBAL dependencies on MO_UTILS

Line 58: else it will get the default org_id based on mo_utils.get_default_ou output

54:
55: --Populate global variable sysparam
56: /* --------------------------------------------------------------------------------
57: If you pass p_org_id to INIT_GLOBAL it will the set the current org to 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);

Line 65: mo_utils.get_default_ou(l_default_org_id,l_default_ou_name,l_count);

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
67: l_default_org_id := ARP_STANDARD.sysparm.org_id;
68: END IF;
69: