DBA Data[Home] [Help]

APPS.BIS_AK_REGION_PUB dependencies on AK_REGION_ITEMS_VL

Line 771: from ak_region_items_vl

767: attribute14,
768: attribute15,
769: attribute_label_short,
770: description
771: from ak_region_items_vl
772: where region_code = X_REGION_CODE
773: and region_application_id = X_REGION_APPLICATION_ID
774: and attribute_code = X_ATTRIBUTE_CODE
775: and attribute_application_id = X_ATTRIBUTE_APPLICATION_ID;

Line 2275: FROM ak_region_items_vl

2271: attribute14,
2272: attribute15,
2273: attribute_label_short,
2274: description
2275: FROM ak_region_items_vl
2276: WHERE region_code = p_region_code
2277: AND region_application_id = p_region_application_id
2278: AND attribute_code = p_Region_Item_Rec.Attribute_Code
2279: AND attribute_application_id = p_Region_Item_Rec.Attribute_Application_Id;

Line 2826: FROM ak_region_items_vl

2822: attribute10,
2823: attribute13,
2824: attribute8,
2825: attribute11
2826: FROM ak_region_items_vl
2827: WHERE region_code = p_region_code
2828: AND region_application_id = p_region_application_id
2829: AND attribute_code = p_Attribute_Code
2830: AND attribute_application_id = p_Attribute_Application_Id;