DBA Data[Home] [Help]

APPS.IEU_WORKPANEL_PVT dependencies on FND_MESSAGE

Line 191: FND_MESSAGE.set_name('IEU', 'IEU_PROV_WP_LABLE_UNIQUE');

187: and stl.action_param_set_id = p_param_set_id;
188:
189: if (l_temp_act_label <> rec_obj.action_user_label) then
190: if (l_set_id_count <> 0) then
191: FND_MESSAGE.set_name('IEU', 'IEU_PROV_WP_LABLE_UNIQUE');
192: FND_MSG_PUB.Add;
193: x_return_status := FND_API.G_RET_STS_ERROR;
194: end if;
195: end if;

Line 198: FND_MESSAGE.set_name('IEU', 'IEU_PROV_WP_LABLE_UNIQUE');

194: end if;
195: end if;
196: else
197: if (l_act_usr_lbl_count <> 0 or l_set_id_count <> 0) then
198: FND_MESSAGE.set_name('IEU', 'IEU_PROV_WP_LABLE_UNIQUE');
199: FND_MSG_PUB.Add;
200: x_return_status := FND_API.G_RET_STS_ERROR;
201: end if;
202: end if;

Line 218: FND_MESSAGE.set_name('IEU', 'IEU_PROV_WP_LABLE_UNIQUE');

214: mtl.action_user_label = rec_obj.action_user_label and --
215: mtl.language = l_language;
216:
217: if (l_set_id_count >= 1) then
218: FND_MESSAGE.set_name('IEU', 'IEU_PROV_WP_LABLE_UNIQUE');
219: FND_MSG_PUB.Add;
220: x_return_status := FND_API.G_RET_STS_ERROR;
221: end if;
222: end if;

Line 234: FND_MESSAGE.set_name('IEU', 'IEU_PROV_WP_NAME_UNIQUE');

230: and maction_def_type_flag = p_maction_def_type_flag;
231:
232:
233: if (l_act_def_key_count <> 0) then
234: FND_MESSAGE.set_name('IEU', 'IEU_PROV_WP_NAME_UNIQUE');
235: FND_MSG_PUB.Add;
236: x_return_status := FND_API.G_RET_STS_ERROR;
237: end if;
238:

Line 254: -- FND_MESSAGE.set_name('IEU', 'IEU_PROV_PKG_INVALID');

250:
251:
252:
253: -- if (l_temp_count <= 0) then
254: -- FND_MESSAGE.set_name('IEU', 'IEU_PROV_PKG_INVALID');
255: -- FND_MSG_PUB.Add;
256: -- x_return_status := FND_API.G_RET_STS_ERROR;
257: -- end if;
258:

Line 460: FND_MESSAGE.set_name('IEU', 'IEU_PROV_WP_LABLE_UNIQUE');

456:
457: --DBMS_OUTPUT.PUT_LINE(' set lable count : '|| l_set_id_count);
458:
459: if (l_act_usr_lbl_count <> 0 or l_set_id_count <> 0) then
460: FND_MESSAGE.set_name('IEU', 'IEU_PROV_WP_LABLE_UNIQUE');
461: FND_MSG_PUB.Add;
462: x_return_status := FND_API.G_RET_STS_ERROR;
463: end if;
464:

Line 1462: FND_MESSAGE.set_name('IEU', 'Parameter name must be unique');

1458:
1459: if (is_create = 'Y') then
1460:
1461: if (l_param_name_count <> 0) then
1462: FND_MESSAGE.set_name('IEU', 'Parameter name must be unique');
1463: FND_MSG_PUB.Add;
1464: x_return_status := FND_API.G_RET_STS_ERROR;
1465: end if;
1466:

Line 1468: FND_MESSAGE.set_name('IEU', 'Parameter label must be unique');

1464: x_return_status := FND_API.G_RET_STS_ERROR;
1465: end if;
1466:
1467: if (l_param_usr_lbl_count <> 0) then
1468: FND_MESSAGE.set_name('IEU', 'Parameter label must be unique');
1469: FND_MSG_PUB.Add;
1470: x_return_status := FND_API.G_RET_STS_ERROR;
1471: end if;
1472: