[Home] [Help]
APPS.BIS_RESPONSIBILITY_PVT dependencies on AK_REGION_ITEMS_VL
Line 476: FROM ak_region_items_vl
472:
473: CURSOR cr_ak_data IS
474: SELECT
475: attribute_code
476: FROM ak_region_items_vl
477: WHERE region_code = l_region_code
478: AND region_application_id = l_region_app_id
479: AND attribute_application_id = l_attribute_app_id;
480: