DBA Data[Home] [Help]

APPS.JTF_RS_TEAM_USAGES_PVT dependencies on FND_MESSAGE

Line 159: fnd_message.set_name('JTF', 'JTF_RS_ERR_PRE_CUST_USR_HOOK');

155: -- dbms_output.put_line('Returned Error status from the Pre Customer User Hook');
156:
157: x_return_status := fnd_api.g_ret_sts_unexp_error;
158:
159: fnd_message.set_name('JTF', 'JTF_RS_ERR_PRE_CUST_USR_HOOK');
160: fnd_msg_pub.add;
161:
162: RAISE fnd_api.g_exc_unexpected_error;
163:

Line 195: fnd_message.set_name('JTF', 'JTF_RS_ERR_PRE_VERT_USR_HOOK');

191: -- dbms_output.put_line('Returned Error status from the Pre Vertical User Hook');
192:
193: x_return_status := fnd_api.g_ret_sts_unexp_error;
194:
195: fnd_message.set_name('JTF', 'JTF_RS_ERR_PRE_VERT_USR_HOOK');
196: fnd_msg_pub.add;
197:
198: RAISE fnd_api.g_exc_unexpected_error;
199:

Line 228: fnd_message.set_name('JTF', 'JTF_RS_ERR_PRE_INT_USR_HOOK');

224: IF NOT (x_return_status = fnd_api.g_ret_sts_success) THEN
225:
226: x_return_status := fnd_api.g_ret_sts_unexp_error;
227:
228: fnd_message.set_name('JTF', 'JTF_RS_ERR_PRE_INT_USR_HOOK');
229: fnd_msg_pub.add;
230:
231: RAISE fnd_api.g_exc_unexpected_error;
232:

Line 255: fnd_message.set_name('JTF', 'JTF_RS_USAGE_EXISTS_TEAM');

251: -- dbms_output.put_line('Usage already assigned to the Team');
252:
253: x_return_status := fnd_api.g_ret_sts_error;
254:
255: fnd_message.set_name('JTF', 'JTF_RS_USAGE_EXISTS_TEAM');
256: fnd_msg_pub.add;
257:
258: RAISE fnd_api.g_exc_unexpected_error;
259:

Line 287: fnd_message.set_name('JTF', 'JTF_RS_EXCLUSIVE_TEAM_ERR');

283: END IF;
284:
285: x_return_status := fnd_api.g_ret_sts_unexp_error;
286:
287: fnd_message.set_name('JTF', 'JTF_RS_EXCLUSIVE_TEAM_ERR');
288: fnd_msg_pub.add;
289:
290: RAISE fnd_api.g_exc_unexpected_error;
291:

Line 356: fnd_message.set_name('JTF', 'JTF_RS_TABLE_HANDLER_ERROR');

352: -- dbms_output.put_line('Error in Table Handler');
353:
354: x_return_status := fnd_api.g_ret_sts_unexp_error;
355:
356: fnd_message.set_name('JTF', 'JTF_RS_TABLE_HANDLER_ERROR');
357: fnd_msg_pub.add;
358:
359: IF c_jtf_rs_team_usages%ISOPEN THEN
360:

Line 415: fnd_message.set_name('JTF', 'JTF_RS_ERR_POST_CUST_USR_HOOK');

411: -- dbms_output.put_line('Returned Error status from the Post Customer User Hook');
412:
413: x_return_status := fnd_api.g_ret_sts_unexp_error;
414:
415: fnd_message.set_name('JTF', 'JTF_RS_ERR_POST_CUST_USR_HOOK');
416: fnd_msg_pub.add;
417:
418: RAISE fnd_api.g_exc_unexpected_error;
419:

Line 451: fnd_message.set_name('JTF', 'JTF_RS_ERR_POST_VERT_USR_HOOK');

447: -- dbms_output.put_line('Returned Error status from the Post Vertical User Hook');
448:
449: x_return_status := fnd_api.g_ret_sts_unexp_error;
450:
451: fnd_message.set_name('JTF', 'JTF_RS_ERR_POST_VERT_USR_HOOK');
452: fnd_msg_pub.add;
453:
454: RAISE fnd_api.g_exc_unexpected_error;
455:

Line 485: fnd_message.set_name('JTF', 'JTF_RS_ERR_POST_INT_USR_HOOK');

481: IF NOT (x_return_status = fnd_api.g_ret_sts_success) THEN
482:
483: x_return_status := fnd_api.g_ret_sts_unexp_error;
484:
485: fnd_message.set_name('JTF', 'JTF_RS_ERR_POST_INT_USR_HOOK');
486: fnd_msg_pub.add;
487:
488: RAISE fnd_api.g_exc_unexpected_error;
489:

Line 542: fnd_message.set_name('JTF', 'JTF_RS_ERR_MESG_GENERATE_API');

538: -- dbms_output.put_line('Returned Error status from the Message Generation API');
539:
540: x_return_status := fnd_api.g_ret_sts_unexp_error;
541:
542: fnd_message.set_name('JTF', 'JTF_RS_ERR_MESG_GENERATE_API');
543: fnd_msg_pub.add;
544:
545: RAISE fnd_api.g_exc_unexpected_error;
546:

Line 686: fnd_message.set_name('JTF', 'JTF_RS_ERR_PRE_CUST_USR_HOOK');

682: -- dbms_output.put_line('Returned Error status from the Pre Customer User Hook');
683:
684: x_return_status := fnd_api.g_ret_sts_unexp_error;
685:
686: fnd_message.set_name('JTF', 'JTF_RS_ERR_PRE_CUST_USR_HOOK');
687: fnd_msg_pub.add;
688:
689: RAISE fnd_api.g_exc_unexpected_error;
690:

Line 722: fnd_message.set_name('JTF', 'JTF_RS_ERR_PRE_VERT_USR_HOOK');

718: -- dbms_output.put_line('Returned Error status from the Pre Vertical User Hook');
719:
720: x_return_status := fnd_api.g_ret_sts_unexp_error;
721:
722: fnd_message.set_name('JTF', 'JTF_RS_ERR_PRE_VERT_USR_HOOK');
723: fnd_msg_pub.add;
724:
725: RAISE fnd_api.g_exc_unexpected_error;
726:

Line 756: fnd_message.set_name('JTF', 'JTF_RS_ERR_PRE_INT_USR_HOOK');

752: IF NOT (x_return_status = fnd_api.g_ret_sts_success) THEN
753:
754: x_return_status := fnd_api.g_ret_sts_unexp_error;
755:
756: fnd_message.set_name('JTF', 'JTF_RS_ERR_PRE_INT_USR_HOOK');
757: fnd_msg_pub.add;
758:
759: RAISE fnd_api.g_exc_unexpected_error;
760:

Line 784: fnd_message.set_name('JTF', 'JTF_RS_INVALID_TEAM_USAGE');

780: CLOSE c_team_usage_id;
781:
782: END IF;
783:
784: fnd_message.set_name('JTF', 'JTF_RS_INVALID_TEAM_USAGE');
785: fnd_message.set_token('P_USAGE', l_usage);
786: fnd_message.set_token('P_TEAM_ID', l_team_id);
787: fnd_msg_pub.add;
788:

Line 785: fnd_message.set_token('P_USAGE', l_usage);

781:
782: END IF;
783:
784: fnd_message.set_name('JTF', 'JTF_RS_INVALID_TEAM_USAGE');
785: fnd_message.set_token('P_USAGE', l_usage);
786: fnd_message.set_token('P_TEAM_ID', l_team_id);
787: fnd_msg_pub.add;
788:
789: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 786: fnd_message.set_token('P_TEAM_ID', l_team_id);

782: END IF;
783:
784: fnd_message.set_name('JTF', 'JTF_RS_INVALID_TEAM_USAGE');
785: fnd_message.set_token('P_USAGE', l_usage);
786: fnd_message.set_token('P_TEAM_ID', l_team_id);
787: fnd_msg_pub.add;
788:
789: x_return_status := fnd_api.g_ret_sts_unexp_error;
790:

Line 824: fnd_message.set_name('JTF', 'JTF_RS_ROW_LOCK_ERROR');

820: -- dbms_output.put_line('Error in Locking the Row');
821:
822: x_return_status := fnd_api.g_ret_sts_unexp_error;
823:
824: fnd_message.set_name('JTF', 'JTF_RS_ROW_LOCK_ERROR');
825: fnd_msg_pub.add;
826:
827: RAISE fnd_api.g_exc_unexpected_error;
828:

Line 851: fnd_message.set_name('JTF', 'JTF_RS_TABLE_HANDLER_ERROR');

847: -- dbms_output.put_line('Error in Table Handler');
848:
849: x_return_status := fnd_api.g_ret_sts_unexp_error;
850:
851: fnd_message.set_name('JTF', 'JTF_RS_TABLE_HANDLER_ERROR');
852: fnd_msg_pub.add;
853:
854: RAISE fnd_api.g_exc_unexpected_error;
855:

Line 887: fnd_message.set_name('JTF', 'JTF_RS_ERR_POST_CUST_USR_HOOK');

883: -- dbms_output.put_line('Returned Error status from the Post Customer User Hook');
884:
885: x_return_status := fnd_api.g_ret_sts_unexp_error;
886:
887: fnd_message.set_name('JTF', 'JTF_RS_ERR_POST_CUST_USR_HOOK');
888: fnd_msg_pub.add;
889:
890: RAISE fnd_api.g_exc_unexpected_error;
891:

Line 923: fnd_message.set_name('JTF', 'JTF_RS_ERR_POST_VERT_USR_HOOK');

919: -- dbms_output.put_line('Returned Error status from the Post Vertical User Hook');
920:
921: x_return_status := fnd_api.g_ret_sts_unexp_error;
922:
923: fnd_message.set_name('JTF', 'JTF_RS_ERR_POST_VERT_USR_HOOK');
924: fnd_msg_pub.add;
925:
926: RAISE fnd_api.g_exc_unexpected_error;
927:

Line 957: fnd_message.set_name('JTF', 'JTF_RS_ERR_POST_INT_USR_HOOK');

953: IF NOT (x_return_status = fnd_api.g_ret_sts_success) THEN
954:
955: x_return_status := fnd_api.g_ret_sts_unexp_error;
956:
957: fnd_message.set_name('JTF', 'JTF_RS_ERR_POST_INT_USR_HOOK');
958: fnd_msg_pub.add;
959:
960: RAISE fnd_api.g_exc_unexpected_error;
961:

Line 1014: fnd_message.set_name('JTF', 'JTF_RS_ERR_MESG_GENERATE_API');

1010: -- dbms_output.put_line('Returned Error status from the Message Generation API');
1011:
1012: x_return_status := fnd_api.g_ret_sts_unexp_error;
1013:
1014: fnd_message.set_name('JTF', 'JTF_RS_ERR_MESG_GENERATE_API');
1015: fnd_msg_pub.add;
1016:
1017: RAISE fnd_api.g_exc_unexpected_error;
1018: