DBA Data[Home] [Help]

APPS.BSC_CUSTOM_VIEW_UI_WRAPPER dependencies on BIS_DISPLAY_MEASURES_V

Line 1950: If p_region_code is null, it retrieves information from bis_display_measures_v.

1946:
1947: /*************************************************************
1948: Name : Get_Measure_Prop
1949: Description : This API is used to get the measure properties.
1950: If p_region_code is null, it retrieves information from bis_display_measures_v.
1951: Input : p_region_code --> Region code
1952: p_dataset_id --> dataset id
1953: Output : x_meas_disp_name --> measure display name
1954: : x_measure_type --> measure type in bis_indicators_vl

Line 1994: FROM BIS_DISPLAY_MEASURES_V V,

1990: l_measure_cur measure_cur%ROWTYPE;
1991:
1992: CURSOR dataset_cur IS
1993: SELECT V.NAME, V.MEASURE_TYPE, D.SOURCE
1994: FROM BIS_DISPLAY_MEASURES_V V,
1995: BIS_INDICATORS B,
1996: BSC_SYS_DATASETS_B D
1997: WHERE D.DATASET_ID = p_dataset_id
1998: AND D.DATASET_ID = B.DATASET_ID