DBA Data[Home] [Help]

APPS.OTA_LEARNER_ENROLL_SS dependencies on FND_MESSAGE

Line 356: fnd_message.set_name ('OTA','OTA_13667_WEB_STATUS_NOT_SEEDE');

352:
353: END IF;
354: END IF;
355: IF l_booking_status_row.booking_Status_type_id is null then
356: fnd_message.set_name ('OTA','OTA_13667_WEB_STATUS_NOT_SEEDE');
357: RAISE g_mesg_on_stack_exception ;
358: END IF ;
359: END IF;
360:

Line 376: fnd_message.set_name ('OTA','OTA_WEB_INCORRECT_CONF');

372: IF (hr_message.last_message_name = 'OTA_13667_WEB_STATUS_NOT_SEEDE') THEN
373: --
374: -- Seed the user friendly message
375: --
376: fnd_message.set_name ('OTA','OTA_WEB_INCORRECT_CONF');
377: --
378: -- Raise the error for the main procedure exception handler
379: -- to handle
380: --

Line 389: fnd_message.set_name ('OTA','OTA_NO_DELEGATE_INFORMATION');

385: THEN
386: --
387: -- Seed the user friendly message
388: --
389: fnd_message.set_name ('OTA','OTA_NO_DELEGATE_INFORMATION');
390: --
391: -- Raise the error for the main procedure exception handler
392: -- to handle
393: p_message_name := 'OTA_NO_DELEGATE_INFORMATION';

Line 401: fnd_message.set_name ('OTA','OTA_WEB_WF_PROBLEM');

397: THEN
398: --
399: -- Seed the user friendly message
400: --
401: fnd_message.set_name ('OTA','OTA_WEB_WF_PROBLEM');
402: -- Raise the error for the main procedure exception handler
403: -- to handle
404: --
405: p_message_name := fnd_message.get;

Line 405: p_message_name := fnd_message.get;

401: fnd_message.set_name ('OTA','OTA_WEB_WF_PROBLEM');
402: -- Raise the error for the main procedure exception handler
403: -- to handle
404: --
405: p_message_name := fnd_message.get;
406: p_message_name := SUBSTR(SQLERRM, 1,300);*/
407: --
408: ELSE
409: -- Raise the error for the main procedure exception handler

Line 425: fnd_message.set_name ('OTA','OTA_WEB_ERR_GETTING_INFO');

421: hr_message.provide_error;
422: --
423: -- Seed the user friendly message
424: --
425: fnd_message.set_name ('OTA','OTA_WEB_ERR_GETTING_INFO');
426: --
427: --
428: -- Raise the error for the main procedure exception handler
429: -- to handle

Line 675: p_message_name := fnd_message.get;

671: l_mode := l_mode || 'BADWF';
672: --
673:
674: END IF; */
675: p_message_name := fnd_message.get;
676: -- p_message_name := SUBSTR(SQLERRM, 1,300);
677: --
678: END; -- End of if p_message is not null
679:

Line 892: fnd_message.set_name ('OTA','OTA_13667_WEB_STATUS_NOT_SEEDE');

888: --
889: -- Seed a technical message so that if the calling procedure decides
890: -- that it is an error having nothing returned, it can use it.
891: --
892: fnd_message.set_name ('OTA','OTA_13667_WEB_STATUS_NOT_SEEDE');
893: Fnd_message.raise_error;
894: --
895: RETURN l_booking_status_row;
896: --

Line 893: Fnd_message.raise_error;

889: -- Seed a technical message so that if the calling procedure decides
890: -- that it is an error having nothing returned, it can use it.
891: --
892: fnd_message.set_name ('OTA','OTA_13667_WEB_STATUS_NOT_SEEDE');
893: Fnd_message.raise_error;
894: --
895: RETURN l_booking_status_row;
896: --
897: ELSE

Line 1095: fnd_message.set_name('PER','HR_51396_WEB_PERSON_NOT_FND');

1091: FETCH csr_person_to_enroll_details INTO l_csr_person_to_enroll_details;
1092: --
1093: IF csr_person_to_enroll_details%NOTFOUND THEN
1094: CLOSE csr_person_to_enroll_details;
1095: fnd_message.set_name('PER','HR_51396_WEB_PERSON_NOT_FND');
1096: RAISE g_mesg_on_stack_exception ;
1097: ELSE
1098: CLOSE csr_person_to_enroll_details;
1099: RETURN l_csr_person_to_enroll_details;

Line 1109: fnd_message.set_name('PER','HR_51396_WEB_PERSON_NOT_FND');

1105: -- Handle the exception in the calling code.
1106: RAISE;
1107:
1108: WHEN OTHERS THEN
1109: fnd_message.set_name('PER','HR_51396_WEB_PERSON_NOT_FND');
1110: RAISE;
1111:
1112: END Get_Person_To_Enroll_Details;
1113:

Line 1160: fnd_message.set_name('PER','HR_51396_WEB_PERSON_NOT_FND');

1156: FETCH csr_ext_lrnr_Details INTO l_csr_ext_lrnr_Details;
1157: --
1158: IF csr_ext_lrnr_Details%NOTFOUND THEN
1159: CLOSE csr_ext_lrnr_Details;
1160: fnd_message.set_name('PER','HR_51396_WEB_PERSON_NOT_FND');
1161: RAISE g_mesg_on_stack_exception ;
1162: ELSE
1163: CLOSE csr_ext_lrnr_Details;
1164: RETURN l_csr_ext_lrnr_Details;

Line 1174: fnd_message.set_name('PER','HR_51396_WEB_PERSON_NOT_FND');

1170: -- Handle the exception in the calling code.
1171: RAISE;
1172:
1173: WHEN OTHERS THEN
1174: fnd_message.set_name('PER','HR_51396_WEB_PERSON_NOT_FND');
1175: RAISE;
1176:
1177: END Get_ext_lrnr_Details;
1178:

Line 1432: p_booking_Clash := fnd_message.get();

1428: END IF;
1429:
1430: EXCEPTION
1431: When OTHERS Then
1432: p_booking_Clash := fnd_message.get();
1433: If p_booking_Clash is NULL then
1434: p_booking_Clash := substr(SQLERRM,11,(length(SQLERRM)-10));
1435: End If;
1436:

Line 1719: fnd_message.set_name('OTA','OTA_13661_PROB_GETTING_DATA');

1715: --
1716: -- Set a technical message, then the calling proc can decide
1717: -- what to do.
1718: --
1719: fnd_message.set_name('OTA','OTA_13661_PROB_GETTING_DATA');
1720: --
1721: --
1722: ELSE
1723: --