DBA Data[Home] [Help]

APPS.INV_ITEM_PVT dependencies on INV_ITEM_UTIL

Line 4321: IF ( INV_Item_Util.g_Appl_Inst.ENI <> 0 ) THEN

4317: --
4318: -- Finally, send messages to dependent business objects.
4319: --
4320: --Bug: 2718703 checking for ENI product before calling their package
4321: IF ( INV_Item_Util.g_Appl_Inst.ENI <> 0 ) THEN
4322:
4323: EXECUTE IMMEDIATE
4324: ' BEGIN '||
4325: ' ENI_ITEMS_STAR_PKG.Insert_Items_In_Star( '||

Line 4356: IF (l_ego_exists = 'Y' AND INV_Item_Util.g_Appl_Inst.EGO <> 0 ) THEN

4352: -- Hence checking USER_ID from ego_people_v which always return all registered
4353: -- Users (Customer, Internal and Vendor)
4354: -- Bug Fix : 3048453
4355: --3797291: Using fnd_grants API instead of EGO API.
4356: IF (l_ego_exists = 'Y' AND INV_Item_Util.g_Appl_Inst.EGO <> 0 ) THEN
4357: l_party_id := NULL;
4358: BEGIN
4359:
4360: --4932512 : Replacing ego_people with ego_user

Line 5056: IF ( INV_Item_Util.g_Appl_Inst.ENI <> 0 ) THEN

5052: , P_Current_Phase_Id => P_Item_rec.Current_Phase_id);
5053:
5054: --Bug: 2803712 Moved the below call from update_row()
5055: --Bug: 2718703 checking for ENI product before calling their package
5056: IF ( INV_Item_Util.g_Appl_Inst.ENI <> 0 ) THEN
5057: EXECUTE IMMEDIATE
5058: ' BEGIN '||
5059: ' ENI_ITEMS_STAR_PKG.Update_Items_In_Star( '||
5060: ' p_api_version => 1.0 '||

Line 6584: IF (l_ego_exists = 'Y' AND INV_Item_Util.g_Appl_Inst.EGO <> 0 ) THEN

6580: FETCH c_ego_exists INTO l_ego_exists;
6581: CLOSE c_ego_exists;
6582: l_ego_exists := nvl(l_ego_exists,'N');
6583:
6584: IF (l_ego_exists = 'Y' AND INV_Item_Util.g_Appl_Inst.EGO <> 0 ) THEN
6585: l_object_exists := INV_ITEM_UTIL.Object_Exists
6586: (p_object_type => 'PACKAGE BODY'
6587: ,p_object_name => 'EGO_ITEM_TEXT_UTIL');
6588: IF l_object_exists = 'Y' THEN

Line 6585: l_object_exists := INV_ITEM_UTIL.Object_Exists

6581: CLOSE c_ego_exists;
6582: l_ego_exists := nvl(l_ego_exists,'N');
6583:
6584: IF (l_ego_exists = 'Y' AND INV_Item_Util.g_Appl_Inst.EGO <> 0 ) THEN
6585: l_object_exists := INV_ITEM_UTIL.Object_Exists
6586: (p_object_type => 'PACKAGE BODY'
6587: ,p_object_name => 'EGO_ITEM_TEXT_UTIL');
6588: IF l_object_exists = 'Y' THEN
6589: EXECUTE IMMEDIATE