DBA Data[Home] [Help]

APPS.IGI_EXP_UTILS dependencies on MO_GLOBAL

Line 175: l_current_org_id := mo_global.get_current_org_id();

171: -- Get the set of books attached to the responsibility
172: --FND_PROFILE.Get('GL_SET_OF_BKS_ID', l_sob_id);
173: /*Bug#5905190 - MOAC changes start*/
174: -- Get current org_id
175: l_current_org_id := mo_global.get_current_org_id();
176: IF l_current_org_id is NULL THEN
177: l_sob_id := NULL;
178: ELSE
179: mo_utils.Get_Set_Of_Books_Info(l_current_org_id,l_sob_id,l_sob_name);

Line 580: l_current_org_id := mo_global.get_current_org_id();

576: --fnd_profile.get('GL_SET_OF_BKS_ID', l_sob_id) ; -- commented for Bug 5905190
577:
578: /*Bug#5905190 - MOAC changes start*/
579: -- Get current org_id
580: l_current_org_id := mo_global.get_current_org_id();
581: IF l_current_org_id is NULL THEN
582: l_sob_id := NULL;
583: ELSE
584: mo_utils.Get_Set_Of_Books_Info(l_current_org_id,l_sob_id,l_sob_name);