DBA Data[Home] [Help]

APPS.BIS_INDICATOR_REGION_UI_PVT dependencies on AK_REGION_ITEMS

Line 6313: SELECT attribute_label_long FROM ak_region_items_vl WHERE

6309: l_region_item VARCHAR2(1000);
6310: l_akRegionItemData VARCHAR2(2000);
6311: CURSOR c_label(cp_regn_code VARCHAR2,
6312: cp_regn_item VARCHAR2) IS
6313: SELECT attribute_label_long FROM ak_region_items_vl WHERE
6314: region_code = cp_regn_code
6315: AND attribute_code = cp_regn_item;
6316: BEGIN
6317: l_akRegionItemData := TRIM(akRegionItemData);

Line 6606: FROM ak_region_items

6602: ) IS
6603:
6604: CURSOR c_ak_item IS
6605: SELECT attribute7, attribute14
6606: FROM ak_region_items
6607: WHERE
6608: region_code = p_region_code
6609: AND attribute_code = p_attribute_code;
6610: