DBA Data[Home] [Help]

APPS.AR_MO_CACHE_UTILS dependencies on MO_UTILS

Line 70: IF mo_utils.get_multi_org_flag = 'Y' THEN

66: /* ---------------------------------------------------------------
67: This statement fetches operating unit attributes from the
68: database and stores them into nested tables using BULK COLLECT
69: --------------------------------------------------------------- */
70: IF mo_utils.get_multi_org_flag = 'Y' THEN
71: /* --------------------------------
72: For Multi org case
73: --------------------------------- */
74: /* Bug 3836832 - dummy salesrep is retrieved directly from jtf_rs_salesreps

Line 820: l_default_org_id := MO_UTILS.Get_Default_Org_ID;

816: l_default_org_id number;
817: BEGIN
818: p_return_status := FND_API.G_RET_STS_SUCCESS;
819:
820: l_default_org_id := MO_UTILS.Get_Default_Org_ID;
821: l_curr_org_id := mo_global.get_current_org_id;
822:
823: IF (p_org_id is null or
824: p_org_id = FND_API.G_MISS_NUM) THEN