DBA Data[Home] [Help]

APPS.IBU_KNOWLEDGE_GRP dependencies on FND_MESSAGE

Line 321: fnd_message.set_name('CS', 'CS_KB_C_MISS_PARAM');

317:
318:
319: if(p_repository_tbl is null) then
320: if fnd_msg_pub.Check_Msg_Level( fnd_msg_pub.G_MSG_LVL_ERROR) then
321: fnd_message.set_name('CS', 'CS_KB_C_MISS_PARAM');
322: fnd_msg_pub.Add;
323: end if;
324: raise FND_API.G_EXC_ERROR;
325: end if;