DBA Data[Home] [Help]

APPS.BSC_SIMULATION_VIEW_PUB dependencies on BSC_KPI_PROPERTIES

Line 1039: l_default_node bsc_kpi_properties.property_value%TYPE;

1035: l_measure_type BIS_INDICATORS.measure_type%TYPE;
1036: l_range_id NUMBER;
1037: l_dataset_id BIS_INDICATORS.dataset_id%TYPE;
1038: l_Anal_Opt_Rec BSC_ANALYSIS_OPTION_PUB.Bsc_Option_Rec_Type;
1039: l_default_node bsc_kpi_properties.property_value%TYPE;
1040: l_count NUMBER;
1041:
1042:
1043: CURSOR label_cur IS

Line 1057: FROM bsc_kpi_properties

1053:
1054:
1055: CURSOR c_default IS
1056: SELECT property_value
1057: FROM bsc_kpi_properties
1058: WHERE indicator = p_obj_Id
1059: AND property_code =BSC_SIMULATION_VIEW_PUB.c_SIM_NODE_ID;
1060:
1061: l_label_cur label_cur%ROWTYPE;

Line 1783: FROM bsc_kpi_properties

1779: )IS
1780:
1781: CURSOR c_def_node IS
1782: SELECT property_value
1783: FROM bsc_kpi_properties
1784: WHERE indicator =p_indicator
1785: AND property_code =BSC_SIMULATION_VIEW_PUB.c_SIM_NODE_ID;
1786:
1787: l_count NUMBER;