DBA Data[Home] [Help]

APPS.CS_KB_ELEMENT_LINKS_PKG dependencies on FND_MESSAGE

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

34: -- Check params
35: if(P_OBJECT_CODE is null OR P_ELEMENT_ID is NULL OR
36: (P_OTHER_ID is null
37: )) then
38: fnd_message.set_name('CS', 'CS_KB_C_MISS_PARAM');
39: fnd_msg_pub.Add;
40: goto error_found;
41: end if;
42:

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

119: if(P_LINK_ID is null or
120: P_OBJECT_CODE is null OR P_ELEMENT_ID is NULL OR
121: (P_OTHER_ID is null
122: )) then
123: fnd_message.set_name('CS', 'CS_KB_C_MISS_PARAM');
124: fnd_msg_pub.Add;
125: goto error_found;
126: end if;
127:

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

174: if(P_ELEMENT_ID is null or
175: P_OBJECT_CODE is null OR P_OTHER_ID is NULL ) then
176:
177: if fnd_msg_pub.Check_Msg_Level( fnd_msg_pub.G_MSG_LVL_ERROR) then
178: fnd_message.set_name('CS', 'CS_KB_C_MISS_PARAM');
179: fnd_msg_pub.Add;
180: end if;
181: raise FND_API.G_EXC_ERROR;
182: --goto error_found;