DBA Data[Home] [Help]

APPS.BSC_UPDATE_COLOR dependencies on BSC_KPI_PROPERTIES

Line 1746: FROM bsc_kpi_properties

1742: h_indic_type t_indic_type;
1743:
1744: CURSOR c_indic_transformation(pIndicator number,pPropertyCode varchar2) is
1745: SELECT property_value
1746: FROM bsc_kpi_properties
1747: WHERE indicator = pIndicator
1748: AND property_code = pPropertyCode ;
1749:
1750: h_db_transform VARCHAR2(50);

Line 3015: FROM BSC_KPI_PROPERTIES

3011: l_property_value NUMBER;
3012:
3013: CURSOR c_Kpi_Property_Value IS
3014: SELECT PROPERTY_VALUE
3015: FROM BSC_KPI_PROPERTIES
3016: WHERE INDICATOR = x_indicator
3017: AND PROPERTY_CODE = x_property_code;
3018:
3019: BEGIN