DBA Data[Home] [Help]

APPS.OTA_CHA_BUS dependencies on OTA_UTILITY

Line 310: fnd_message.set_token('OBJECT_TYPE',ota_utility.get_lookup_meaning('OTA_OBJECT_TYPE','CHT',810));

306: l_timezone_id NUMBER := ota_timezone_util.get_timezone_id(p_timezone);
307: BEGIN
308: IF l_timezone_id IS NULL THEN
309: fnd_message.set_name('OTA','OTA_443982_TIMEZONE_ERROR');
310: fnd_message.set_token('OBJECT_TYPE',ota_utility.get_lookup_meaning('OTA_OBJECT_TYPE','CHT',810));
311: fnd_message.raise_error;
312: END IF;
313: END check_timezone;
314: --