DBA Data[Home] [Help]

APPS.BSC_BIS_WRAPPER_PVT dependencies on AK_REGION_ITEMS

Line 16: SELECT nested_region_code FROM ak_region_items

12: l_func_name VARCHAR2(2000);
13: l_param_region_code VARCHAR2(2000);
14:
15: CURSOR c_akitems IS
16: SELECT nested_region_code FROM ak_region_items
17: WHERE region_code = l_region_code AND item_style = 'NESTED_REGION';
18: BEGIN
19: bsc_jv_pmf.get_pmf_measure(
20: p_measure_shortname => l_measure_shortname

Line 2606: SELECT attribute7, attribute14 FROM ak_region_items

2602: l_display_format VARCHAR2(240);
2603: l_display_type VARCHAR2(240);
2604:
2605: CURSOR c_akitems IS
2606: SELECT attribute7, attribute14 FROM ak_region_items
2607: WHERE region_code = l_region_code AND attribute_code = l_attribute_code;
2608: BEGIN
2609: BIS_PMF_DEFINER_WRAPPER_PVT.retrieve_performance_measure(
2610: p_measure_short_name => p_measure_shortname