DBA Data[Home] [Help]

APPS.OTA_EL_TRAINING_SS dependencies on FND_MESSAGE

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

1450: -- ,p_business_group_id => ota_general.get_business_group_id);
1451: ,p_business_group_id => l_business_group_id);
1452:
1453: IF l_booking_status_row.booking_Status_type_id is null then
1454: fnd_message.set_name ('OTA','OTA_13667_WEB_STATUS_NOT_SEEDE');
1455: -- Bug#2227738 hdshah change the exception
1456: -- RAISE OTA_ENROLL_CLASS_UTILITY_WEB.g_mesg_on_stack_exception ;
1457: RAISE status_not_seeded;
1458: ELSE

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

1684: END IF;
1685: END IF;
1686:
1687: IF l_booking_status_row.booking_Status_type_id is null then
1688: fnd_message.set_name ('OTA','OTA_13667_WEB_STATUS_NOT_SEEDE');
1689: -- Bug#2227738 hdshah change the exception
1690: -- RAISE OTA_ENROLL_CLASS_UTILITY_WEB.g_mesg_on_stack_exception ;
1691: RAISE status_not_seeded;
1692: ELSE