DBA Data[Home] [Help]

APPS.OTA_CHA_BUS dependencies on OTA_TIMEZONE_UTIL

Line 306: l_timezone_id NUMBER := ota_timezone_util.get_timezone_id(p_timezone);

302: --
303: --
304: PROCEDURE check_timezone(p_timezone IN VARCHAR2)
305: IS
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));