DBA Data[Home] [Help]

APPS.BSC_KPI_MEASURE_PROPS_PUB dependencies on BSC_COLOR_REPOSITORY

Line 217: l_kpi_measure_rec.prototype_color := BSC_COLOR_REPOSITORY.EXCELLENT_COLOR;

213: SAVEPOINT BscKpiMeasurePub_CreateDef;
214:
215: l_kpi_measure_rec.objective_id := p_objective_id;
216: l_kpi_measure_rec.kpi_measure_id := p_kpi_measure_id;
217: l_kpi_measure_rec.prototype_color := BSC_COLOR_REPOSITORY.EXCELLENT_COLOR;
218: l_kpi_measure_rec.prototype_trend := C_TREND_UNACC_DECREASE;
219: l_kpi_measure_rec.color_by_total := 1;
220: l_kpi_measure_rec.disable_color := 'F';
221: l_kpi_measure_rec.disable_trend := 'F';