DBA Data[Home] [Help]

APPS.CSFW_DEBRIEF_PUB dependencies on FND_TIMEZONES

Line 1349: IF (fnd_timezones.timezones_enabled = 'Y') THEN

1345: end if;
1346:
1347:
1348: -- lp_servicedate is in Client Time Zone. Lets Convert it to Service Time Zone
1349: IF (fnd_timezones.timezones_enabled = 'Y') THEN
1350: 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);
1351: ELSE
1352: l_server_time := lp_servicedate;
1353: END IF;