DBA Data[Home] [Help]

APPS.CSFW_DEBRIEF_PUB dependencies on HZ_TIMEZONE_PUB

Line 2166: HZ_TIMEZONE_PUB.GET_TIME(1.0, 'F',l_client_tz_id ,l_server_tz_id , lp_servicedate, l_server_time, l_return_status, l_msg_count, l_msg_data);

2162:
2163:
2164: -- lp_servicedate is in Client Time Zone. Lets Convert it to Service Time Zone
2165: IF (fnd_timezones.timezones_enabled = 'Y') THEN
2166: HZ_TIMEZONE_PUB.GET_TIME(1.0, 'F',l_client_tz_id ,l_server_tz_id , lp_servicedate, l_server_time, l_return_status, l_msg_count, l_msg_data);
2167: ELSE
2168: l_server_time := lp_servicedate;
2169: END IF;
2170: