DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on HZ_TIMEZONE_PUB

Line 192: l_c_start_date := hz_timezone_pub.convert_datetime(

188: /* seem we have re-read the timezone profile to be synch with oa */
189: init_timezone;
190:
191: if ( g_timezone_enabled ) then
192: l_c_start_date := hz_timezone_pub.convert_datetime(
193: g_server_id,
194: g_client_id,
195: x_shift_start_date
196: );

Line 197: l_c_end_date := hz_timezone_pub.convert_datetime(

193: g_server_id,
194: g_client_id,
195: x_shift_start_date
196: );
197: l_c_end_date := hz_timezone_pub.convert_datetime(
198: g_server_id,
199: g_client_id,
200: x_shift_end_date
201: );

Line 484: l_from_date := hz_timezone_pub.convert_datetime(

480: bsd.seq_num = p_shift_seq and
481: bsd.shift_num = p_shift_num;
482:
483: if ( g_timezone_enabled ) then
484: l_from_date := hz_timezone_pub.convert_datetime(
485: g_server_id,
486: g_client_id,
487: l_start_date
488: );

Line 489: l_to_date := hz_timezone_pub.convert_datetime(

485: g_server_id,
486: g_client_id,
487: l_start_date
488: );
489: l_to_date := hz_timezone_pub.convert_datetime(
490: g_server_id,
491: g_client_id,
492: l_end_date
493: );

Line 527: l_date := hz_timezone_pub.convert_datetime(

523: /* seem we have re-read the timezone profile to be synch with oa */
524: init_timezone;
525:
526: if ( g_timezone_enabled ) then
527: l_date := hz_timezone_pub.convert_datetime(
528: g_server_id,
529: g_client_id,
530: sysdate);
531: else