DBA Data[Home] [Help]

APPS.INV_ITEM_PVT dependencies on INV_ITEM_UTIL

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

4052: --
4053: -- Finally, send messages to dependent business objects.
4054: --
4055: --Bug: 2718703 checking for ENI product before calling their package
4056: IF ( INV_Item_Util.g_Appl_Inst.ENI <> 0 ) THEN
4057:
4058: EXECUTE IMMEDIATE
4059: ' BEGIN '||
4060: ' ENI_ITEMS_STAR_PKG.Insert_Items_In_Star( '||

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

4087: -- Hence checking USER_ID from ego_people_v which always return all registered
4088: -- Users (Customer, Internal and Vendor)
4089: -- Bug Fix : 3048453
4090: --3797291: Using fnd_grants API instead of EGO API.
4091: IF (l_ego_exists = 'Y' AND INV_Item_Util.g_Appl_Inst.EGO <> 0 ) THEN
4092: l_party_id := NULL;
4093: BEGIN
4094:
4095: --4932512 : Replacing ego_people with ego_user

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

4700: , P_Current_Phase_Id => P_Item_rec.Current_Phase_id);
4701:
4702: --Bug: 2803712 Moved the below call from update_row()
4703: --Bug: 2718703 checking for ENI product before calling their package
4704: IF ( INV_Item_Util.g_Appl_Inst.ENI <> 0 ) THEN
4705: EXECUTE IMMEDIATE
4706: ' BEGIN '||
4707: ' ENI_ITEMS_STAR_PKG.Update_Items_In_Star( '||
4708: ' p_api_version => 1.0 '||

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

6077: FETCH c_ego_exists INTO l_ego_exists;
6078: CLOSE c_ego_exists;
6079: l_ego_exists := nvl(l_ego_exists,'N');
6080:
6081: IF (l_ego_exists = 'Y' AND INV_Item_Util.g_Appl_Inst.EGO <> 0 ) THEN
6082: l_object_exists := INV_ITEM_UTIL.Object_Exists
6083: (p_object_type => 'PACKAGE BODY'
6084: ,p_object_name => 'EGO_ITEM_TEXT_UTIL');
6085: IF l_object_exists = 'Y' THEN

Line 6082: l_object_exists := INV_ITEM_UTIL.Object_Exists

6078: CLOSE c_ego_exists;
6079: l_ego_exists := nvl(l_ego_exists,'N');
6080:
6081: IF (l_ego_exists = 'Y' AND INV_Item_Util.g_Appl_Inst.EGO <> 0 ) THEN
6082: l_object_exists := INV_ITEM_UTIL.Object_Exists
6083: (p_object_type => 'PACKAGE BODY'
6084: ,p_object_name => 'EGO_ITEM_TEXT_UTIL');
6085: IF l_object_exists = 'Y' THEN
6086: EXECUTE IMMEDIATE