DBA Data[Home] [Help]

APPS.BIS_REPORT_XML_PUB dependencies on FND_MESSAGE

Line 47: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');

43: where function_name = p_report_function_name;
44:
45: if (l_count > 0) then
46: -- Trying to update a non-report function.
47: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');
48: FND_MSG_PUB.ADD;
49: RAISE FND_API.G_EXC_ERROR;
50: else
51: select lower(application_short_name) into l_app_short_name

Line 188: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');

184: where function_name = l_report_function_name;
185:
186: if (l_count > 0) then
187: -- Duplicate function name
188: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');
189: FND_MSG_PUB.ADD;
190: RAISE FND_API.G_EXC_ERROR;
191: end if;
192: