DBA Data[Home] [Help]

APPS.OTA_TRB_BUS dependencies on OTA_UTILITY

Line 368: fnd_message.set_token('OBJECT_TYPE',ota_utility.get_lookup_meaning('OTA_OBJECT_TYPE','RBG',810));

364: l_timezone_id NUMBER := ota_timezone_util.get_timezone_id(p_timezone);
365: BEGIN
366: IF l_timezone_id IS NULL THEN
367: fnd_message.set_name('OTA','OTA_443982_TIMEZONE_ERROR');
368: fnd_message.set_token('OBJECT_TYPE',ota_utility.get_lookup_meaning('OTA_OBJECT_TYPE','RBG',810));
369: fnd_message.raise_error;
370: END IF;
371: END check_timezone;
372: --