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 525: l_from_date := hz_timezone_pub.convert_datetime(

521: bsd.seq_num = p_shift_seq and
522: bsd.shift_num = p_shift_num;
523:
524: if ( g_timezone_enabled ) then
525: l_from_date := hz_timezone_pub.convert_datetime(
526: g_server_id,
527: g_client_id,
528: l_start_date
529: );

Line 530: l_to_date := hz_timezone_pub.convert_datetime(

526: g_server_id,
527: g_client_id,
528: l_start_date
529: );
530: l_to_date := hz_timezone_pub.convert_datetime(
531: g_server_id,
532: g_client_id,
533: l_end_date
534: );

Line 568: l_date := hz_timezone_pub.convert_datetime(

564: /* seem we have re-read the timezone profile to be synch with oa */
565: init_timezone;
566:
567: if ( g_timezone_enabled ) then
568: l_date := hz_timezone_pub.convert_datetime(
569: g_server_id,
570: g_client_id,
571: sysdate);
572: else

Line 1724: l_c_shift_date := hz_timezone_pub.convert_datetime(

1720: end;
1721:
1722: if(l_shift_date is not null) then
1723: if ( g_timezone_enabled ) then
1724: l_c_shift_date := hz_timezone_pub.convert_datetime(
1725: g_server_id,
1726: g_client_id,
1727: l_shift_date
1728: );

Line 1776: l_c_clock_date := hz_timezone_pub.convert_datetime(

1772: --if only one clocked in record set l_clock_date
1773: elsif (l_wip_entity_id is not null) then
1774:
1775: if ( g_timezone_enabled ) then
1776: l_c_clock_date := hz_timezone_pub.convert_datetime(
1777: g_server_id,
1778: g_client_id,
1779: l_clock_date
1780: );