DBA Data[Home] [Help]

APPS.JTF_TASK_WF_UTIL dependencies on FND_MESSAGE

Line 254: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

250:
251: IF l_role_name IS NOT NULL THEN
252: include_role(p_role_name => l_role_name);
253: ELSE
254: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
255: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
256: fnd_msg_pub.ADD;
257: END IF;
258: ELSIF p_resource_type_code IN('RS_GROUP', 'RS_TEAM') THEN

Line 255: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));

251: IF l_role_name IS NOT NULL THEN
252: include_role(p_role_name => l_role_name);
253: ELSE
254: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
255: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
256: fnd_msg_pub.ADD;
257: END IF;
258: ELSIF p_resource_type_code IN('RS_GROUP', 'RS_TEAM') THEN
259: -- group or team resource

Line 271: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

267:
268: IF l_role_name IS NOT NULL THEN
269: include_role(p_role_name => l_role_name);
270: ELSE
271: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
272: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
273: fnd_msg_pub.ADD;
274: END IF;
275: ELSIF l_group_rec.resource_type_code IN('RS_SUPPLIER_CONTACT', 'RS_PARTNER', 'RS_PARTY', 'PARTY_PERSON') THEN

Line 272: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));

268: IF l_role_name IS NOT NULL THEN
269: include_role(p_role_name => l_role_name);
270: ELSE
271: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
272: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
273: fnd_msg_pub.ADD;
274: END IF;
275: ELSIF l_group_rec.resource_type_code IN('RS_SUPPLIER_CONTACT', 'RS_PARTNER', 'RS_PARTY', 'PARTY_PERSON') THEN
276: get_party_details(

Line 285: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

281:
282: IF l_role_name IS NOT NULL THEN
283: include_role(p_role_name => l_role_name);
284: ELSE
285: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
286: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
287: fnd_msg_pub.ADD;
288: END IF;
289: ELSE

Line 286: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));

282: IF l_role_name IS NOT NULL THEN
283: include_role(p_role_name => l_role_name);
284: ELSE
285: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
286: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
287: fnd_msg_pub.ADD;
288: END IF;
289: ELSE
290: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

Line 290: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

286: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
287: fnd_msg_pub.ADD;
288: END IF;
289: ELSE
290: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
291: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
292: fnd_msg_pub.ADD;
293: END IF;
294: END LOOP;

Line 291: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));

287: fnd_msg_pub.ADD;
288: END IF;
289: ELSE
290: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
291: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
292: fnd_msg_pub.ADD;
293: END IF;
294: END LOOP;
295: ELSIF p_resource_type_code = 'RS_TEAM' THEN

Line 304: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

300:
301: IF l_role_name IS NOT NULL THEN
302: include_role(p_role_name => l_role_name);
303: ELSE
304: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
305: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
306: fnd_msg_pub.ADD;
307: END IF;
308: ELSIF l_team_rec.resource_type_code IN('RS_SUPPLIER_CONTACT', 'RS_PARTNER', 'RS_PARTY', 'PARTY_PERSON') THEN

Line 305: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));

301: IF l_role_name IS NOT NULL THEN
302: include_role(p_role_name => l_role_name);
303: ELSE
304: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
305: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
306: fnd_msg_pub.ADD;
307: END IF;
308: ELSIF l_team_rec.resource_type_code IN('RS_SUPPLIER_CONTACT', 'RS_PARTNER', 'RS_PARTY', 'PARTY_PERSON') THEN
309: get_party_details(

Line 318: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

314:
315: IF l_role_name IS NOT NULL THEN
316: include_role(p_role_name => l_role_name);
317: ELSE
318: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
319: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
320: fnd_msg_pub.ADD;
321: END IF;
322: ELSE

Line 319: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));

315: IF l_role_name IS NOT NULL THEN
316: include_role(p_role_name => l_role_name);
317: ELSE
318: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
319: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
320: fnd_msg_pub.ADD;
321: END IF;
322: ELSE
323: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

Line 323: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

319: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
320: fnd_msg_pub.ADD;
321: END IF;
322: ELSE
323: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
324: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
325: fnd_msg_pub.ADD;
326: END IF;
327: END LOOP;

Line 324: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));

320: fnd_msg_pub.ADD;
321: END IF;
322: ELSE
323: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
324: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
325: fnd_msg_pub.ADD;
326: END IF;
327: END LOOP;
328: ELSE

Line 329: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

325: fnd_msg_pub.ADD;
326: END IF;
327: END LOOP;
328: ELSE
329: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
330: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
331: fnd_msg_pub.ADD;
332: END IF;
333: ELSE

Line 330: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));

326: END IF;
327: END LOOP;
328: ELSE
329: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
330: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
331: fnd_msg_pub.ADD;
332: END IF;
333: ELSE
334: IF p_resource_type_code = 'RS_GROUP' THEN

Line 342: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

338:
339: IF l_role_name IS NOT NULL Then
340: include_role(p_role_name => l_role_name);
341: ELSE
342: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
343: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
344: fnd_msg_pub.add;
345: END IF;
346: ELSIF p_resource_type_code = 'RS_TEAM' THEN

Line 343: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));

339: IF l_role_name IS NOT NULL Then
340: include_role(p_role_name => l_role_name);
341: ELSE
342: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
343: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
344: fnd_msg_pub.add;
345: END IF;
346: ELSIF p_resource_type_code = 'RS_TEAM' THEN
347: OPEN c_group_team_role('JRES_TEAM', p_resource_id);

Line 354: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

350:
351: IF l_role_name IS NOT NULL THEN
352: include_role(p_role_name => l_role_name);
353: ELSE
354: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
355: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id) );
356: fnd_msg_pub.add;
357: END IF;
358: END IF;

Line 355: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id) );

351: IF l_role_name IS NOT NULL THEN
352: include_role(p_role_name => l_role_name);
353: ELSE
354: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
355: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id) );
356: fnd_msg_pub.add;
357: END IF;
358: END IF;
359: END IF;

Line 370: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

366:
367: IF l_role_name IS NOT NULL THEN
368: include_role(p_role_name => l_role_name);
369: ELSE
370: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
371: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
372: fnd_msg_pub.ADD;
373: END IF;
374: ELSE

Line 371: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));

367: IF l_role_name IS NOT NULL THEN
368: include_role(p_role_name => l_role_name);
369: ELSE
370: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
371: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
372: fnd_msg_pub.ADD;
373: END IF;
374: ELSE
375: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

Line 375: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');

371: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
372: fnd_msg_pub.ADD;
373: END IF;
374: ELSE
375: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
376: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
377: fnd_msg_pub.ADD;
378: END IF;
379: END find_role;

Line 376: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));

372: fnd_msg_pub.ADD;
373: END IF;
374: ELSE
375: fnd_message.set_name('JTF', 'JTF_RS_ROLE_NOTFOUND');
376: fnd_message.set_token('P_RESOURCE_NAME', get_resource_name(p_resource_type_code, p_resource_id));
377: fnd_msg_pub.ADD;
378: END IF;
379: END find_role;
380:

Line 673: fnd_message.set_name('JTF', 'JTF_TASK_DATA_NOT_ENTERED');

669: jtf_task_wf_util.g_new_assignee_id := p_new_assignee_id;
670: jtf_task_wf_util.g_new_assignee_code := p_new_assignee_code;
671:
672: -- Get the Translated Text for 'Not Entered' from message dictionary
673: fnd_message.set_name('JTF', 'JTF_TASK_DATA_NOT_ENTERED');
674: l_not_entered := fnd_message.get;
675:
676: l_type_change_text := l_task_rec.task_type_name;
677: l_status_change_text := l_task_rec.task_status_name;

Line 674: l_not_entered := fnd_message.get;

670: jtf_task_wf_util.g_new_assignee_code := p_new_assignee_code;
671:
672: -- Get the Translated Text for 'Not Entered' from message dictionary
673: fnd_message.set_name('JTF', 'JTF_TASK_DATA_NOT_ENTERED');
674: l_not_entered := fnd_message.get;
675:
676: l_type_change_text := l_task_rec.task_type_name;
677: l_status_change_text := l_task_rec.task_status_name;
678: