DBA Data[Home] [Help]

APPS.OTA_TIMEZONE_UTIL dependencies on OTA_TIMEZONE_UTIL

Line 1: PACKAGE BODY OTA_TIMEZONE_UTIL as

1: PACKAGE BODY OTA_TIMEZONE_UTIL as
2: /* $Header: ottznutl.pkb 120.6 2006/12/06 09:14:21 rmoolave noship $ */
3:
4: g_package varchar2(33) := 'ota_timezone_util.'; -- Global package name
5:

Line 4: g_package varchar2(33) := 'ota_timezone_util.'; -- Global package name

1: PACKAGE BODY OTA_TIMEZONE_UTIL as
2: /* $Header: ottznutl.pkb 120.6 2006/12/06 09:14:21 rmoolave noship $ */
3:
4: g_package varchar2(33) := 'ota_timezone_util.'; -- Global package name
5:
6: /*
7: --This method will used in R12 code
8: FUNCTION convert_date_fnd(p_date in DATE

Line 329: end ota_timezone_util;

325:
326: RETURN get_DateDT(p_datevalue, p_timevalue, l_online_flag, l_trb_timezone);
327: END get_resource_bookingDT;
328:
329: end ota_timezone_util;
330: