DBA Data[Home] [Help]

APPS.ARP_STANDARD dependencies on MO_UTILS

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

2680: previous_msg.name := 'AR_PP_NO_MESSAGE';
2681:
2682: /* --------------------------------------------------------------------------------
2683: If you pass p_org_id to INIT_STANDARD it will the set the current org to p_org_id
2684: else it will get the default org_id based on mo_utils.get_default_ou output
2685: --------------------------------------------------------------------------------- */
2686:
2687: IF p_org_id is NOT NULL then
2688: ar_mo_global_cache.set_current_org_id(p_org_id);

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

2686:
2687: IF p_org_id is NOT NULL then
2688: ar_mo_global_cache.set_current_org_id(p_org_id);
2689: ELSE
2690: mo_utils.get_default_ou(l_default_org_id,l_default_ou_name,l_count);
2691: IF l_default_org_id is null then
2692: begin
2693: select min(org_id) into l_default_org_id from ar_system_parameters;
2694: end;