DBA Data[Home] [Help]

APPS.BSC_PMF_UI_WRAPPER dependencies on BSC_BIS_KPI_CRUD_PUB

Line 963: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Config_Type := BSC_BIS_KPI_CRUD_PUB.C_NORMAL_INDICATOR_CONFIG_TYPE;

959:
960: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Short_Name := p_Kpi_Short_Name;
961: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Indicator_Type := p_Kpi_Indicator_Type;
962:
963: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Config_Type := BSC_BIS_KPI_CRUD_PUB.C_NORMAL_INDICATOR_CONFIG_TYPE;
964:
965: IF(p_Kpi_Indicator_Type = BSC_BIS_KPI_CRUD_PUB.C_SIMULATION_INDICATOR)THEN
966: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Config_Type := BSC_BIS_KPI_CRUD_PUB.C_SIM_INDICATOR_CONFIG_TYPE;
967: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Indicator_Type := BSC_BIS_KPI_CRUD_PUB.C_SINGLE_BAR_INDICATOR;

Line 965: IF(p_Kpi_Indicator_Type = BSC_BIS_KPI_CRUD_PUB.C_SIMULATION_INDICATOR)THEN

961: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Indicator_Type := p_Kpi_Indicator_Type;
962:
963: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Config_Type := BSC_BIS_KPI_CRUD_PUB.C_NORMAL_INDICATOR_CONFIG_TYPE;
964:
965: IF(p_Kpi_Indicator_Type = BSC_BIS_KPI_CRUD_PUB.C_SIMULATION_INDICATOR)THEN
966: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Config_Type := BSC_BIS_KPI_CRUD_PUB.C_SIM_INDICATOR_CONFIG_TYPE;
967: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Indicator_Type := BSC_BIS_KPI_CRUD_PUB.C_SINGLE_BAR_INDICATOR;
968: END IF;
969:

Line 966: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Config_Type := BSC_BIS_KPI_CRUD_PUB.C_SIM_INDICATOR_CONFIG_TYPE;

962:
963: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Config_Type := BSC_BIS_KPI_CRUD_PUB.C_NORMAL_INDICATOR_CONFIG_TYPE;
964:
965: IF(p_Kpi_Indicator_Type = BSC_BIS_KPI_CRUD_PUB.C_SIMULATION_INDICATOR)THEN
966: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Config_Type := BSC_BIS_KPI_CRUD_PUB.C_SIM_INDICATOR_CONFIG_TYPE;
967: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Indicator_Type := BSC_BIS_KPI_CRUD_PUB.C_SINGLE_BAR_INDICATOR;
968: END IF;
969:
970:

Line 967: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Indicator_Type := BSC_BIS_KPI_CRUD_PUB.C_SINGLE_BAR_INDICATOR;

963: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Config_Type := BSC_BIS_KPI_CRUD_PUB.C_NORMAL_INDICATOR_CONFIG_TYPE;
964:
965: IF(p_Kpi_Indicator_Type = BSC_BIS_KPI_CRUD_PUB.C_SIMULATION_INDICATOR)THEN
966: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Config_Type := BSC_BIS_KPI_CRUD_PUB.C_SIM_INDICATOR_CONFIG_TYPE;
967: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Indicator_Type := BSC_BIS_KPI_CRUD_PUB.C_SINGLE_BAR_INDICATOR;
968: END IF;
969:
970:
971: BSC_KPI_PUB.Create_Kpi( p_commit => l_commit

Line 5988: l_Is_Ag_Type_Scorecard := BSC_BIS_KPI_CRUD_PUB.is_Scorecard_From_Reports(l_scr_short_name);

5984: IF (BSC_BIS_CUSTOM_KPI_UTIL_PUB.is_kpi_endtoend_scorecard(l_scr_short_name) = 'F') THEN
5985: RETURN;
5986: END IF;
5987:
5988: l_Is_Ag_Type_Scorecard := BSC_BIS_KPI_CRUD_PUB.is_Scorecard_From_Reports(l_scr_short_name);
5989:
5990: IF (l_Is_Ag_Type_Scorecard = FND_API.G_TRUE) THEN
5991: -- The scorecard, Report, Objective and Objective Group have the same name in
5992: -- an AG Report scenario.