DBA Data[Home] [Help]

APPS.BSC_KPI_GROUP_PUB dependencies on BSC_SCORECARD_PVT

Line 34: if BSC_SCORECARD_PVT.Validate_Kpi_Group(l_Bsc_Kpi_Group_Rec.Bsc_Kpi_Group_Name) <> 0 then

30: if l_Bsc_Kpi_Group_Rec.Bsc_Tab_Id is null or l_Bsc_Kpi_Group_Rec.Bsc_Tab_Id = -1 then
31:
32: -- Check that this Kpi Group name does not exist.
33: if l_Bsc_Kpi_Group_Rec.Bsc_Kpi_Group_Name is not null then
34: if BSC_SCORECARD_PVT.Validate_Kpi_Group(l_Bsc_Kpi_Group_Rec.Bsc_Kpi_Group_Name) <> 0 then
35: FND_MESSAGE.SET_NAME('BSC','BSC_KGROUP_NAME_EXISTS');
36: FND_MESSAGE.SET_TOKEN('BSC_KGROUP', l_Bsc_Kpi_Group_Rec.Bsc_Kpi_Group_Name);
37: FND_MSG_PUB.ADD;
38: RAISE FND_API.G_EXC_ERROR;