DBA Data[Home] [Help]

APPS.OTA_LEARNER_ENROLL_SS dependencies on FND_MESSAGE

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

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

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

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

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

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

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

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

Line 404: p_message_name := fnd_message.get;

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

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

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

Line 674: p_message_name := fnd_message.get;

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

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

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

Line 892: Fnd_message.raise_error;

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

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

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

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

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

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

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

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

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

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

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

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

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