DBA Data[Home] [Help]

APPS.BIS_PMV_REGION_ITEMS_PVT dependencies on BIS_REGION_ITEM_EXTENSION_PVT

Line 57: BIS_REGION_ITEM_EXTENSION_PVT.CREATE_REGION_ITEM_RECORD

53: l_commit := 'Y';
54: END IF;
55:
56: -- No primary key validation on BIS_AK_REGION_EXTENSION
57: BIS_REGION_ITEM_EXTENSION_PVT.CREATE_REGION_ITEM_RECORD
58: ( pRegionCode => p_region_code
59: , pRegionAppId => p_region_application_id
60: , pAttributeCode => l_Region_Item_Rec.Attribute_Code
61: , pAttributeAppId => l_Region_Item_Rec.Attribute_Application_Id

Line 158: BIS_REGION_ITEM_EXTENSION_PVT.UPDATE_REGION_ITEM_RECORD

154: l_commit := 'Y';
155: END IF;
156:
157: -- No primary key validation on BIS_AK_REGION_EXTENSION
158: BIS_REGION_ITEM_EXTENSION_PVT.UPDATE_REGION_ITEM_RECORD
159: ( pRegionCode => p_region_code
160: , pRegionAppId => p_region_application_id
161: , pAttributeCode => l_Region_Item_Rec.Attribute_Code
162: , pAttributeAppId => l_Region_Item_Rec.Attribute_Application_Id

Line 254: BIS_REGION_ITEM_EXTENSION_PVT.DELETE_REGION_ITEM_RECORD

250: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
251: END IF;
252:
253: -- No primary key validation on BIS_AK_REGION_EXTENSION
254: BIS_REGION_ITEM_EXTENSION_PVT.DELETE_REGION_ITEM_RECORD
255: ( p_commit => p_commit
256: , pRegionCode => p_region_code
257: , pRegionAppId => p_region_application_id
258: , pAttributeCode => p_Attribute_Code_Tbl(i)