DBA Data[Home] [Help]

APPS.BIS_AK_REGION_PUB dependencies on BIS_AK_REGION_ITEM_EXTENSION

Line 2656: from bis_ak_region_item_extension

2652: ) is
2653:
2654: cursor items_cursor IS
2655: select attribute_code, attribute_application_id
2656: from bis_ak_region_item_extension
2657: where region_code = p_REGION_CODE
2658: and region_application_id = p_REGION_APPLICATION_ID;
2659:
2660: begin