DBA Data[Home] [Help]

APPS.BSC_KPI_GROUP_PUB dependencies on FND_MESSAGE

Line 35: FND_MESSAGE.SET_NAME('BSC','BSC_KGROUP_NAME_EXISTS');

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;
39: end if;

Line 36: FND_MESSAGE.SET_TOKEN('BSC_KGROUP', l_Bsc_Kpi_Group_Rec.Bsc_Kpi_Group_Name);

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;
39: end if;
40: end if;