DBA Data[Home] [Help]

APPS.BSC_SIMULATION_VIEW_PUB dependencies on FND_MESSAGE

Line 1312: FND_MESSAGE.SET_NAME('BSC','BSC_B_NO_SAMEKPI_TAB');

1308: FROM BSC_KPIS_TL
1309: WHERE UPPER(name) = UPPER(p_name));
1310: -- if there are kpis in this tab which have the same name it throws an error.
1311: IF l_same_name <> 0 then
1312: FND_MESSAGE.SET_NAME('BSC','BSC_B_NO_SAMEKPI_TAB');
1313: FND_MESSAGE.SET_TOKEN('Indicator name: ', p_name);
1314: FND_MSG_PUB.ADD;
1315: RAISE FND_API.G_EXC_ERROR;
1316: END IF;

Line 1313: FND_MESSAGE.SET_TOKEN('Indicator name: ', p_name);

1309: WHERE UPPER(name) = UPPER(p_name));
1310: -- if there are kpis in this tab which have the same name it throws an error.
1311: IF l_same_name <> 0 then
1312: FND_MESSAGE.SET_NAME('BSC','BSC_B_NO_SAMEKPI_TAB');
1313: FND_MESSAGE.SET_TOKEN('Indicator name: ', p_name);
1314: FND_MSG_PUB.ADD;
1315: RAISE FND_API.G_EXC_ERROR;
1316: END IF;
1317: