DBA Data[Home] [Help]

APPS.IGI_EXP_UTILS dependencies on MO_UTILS

Line 179: mo_utils.Get_Set_Of_Books_Info(l_current_org_id,l_sob_id,l_sob_name);

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);
180: END IF;
181:
182: /*Bug#5905190 end */
183:

Line 584: mo_utils.Get_Set_Of_Books_Info(l_current_org_id,l_sob_id,l_sob_name);

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);
585: END IF;
586:
587: /*Bug#5905190 end */
588: