DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on HZ_TIMEZONE_PUB

Line 246: HZ_TIMEZONE_PUB.Get_Time(

242: fnd_file.put_line(FND_FILE.LOG,'Time Zone Conversions');
243:
244: IF(fnd_profile.value('ENABLE_TIMEZONE_CONVERSIONS') = 'Y') THEN
245:
246: HZ_TIMEZONE_PUB.Get_Time(
247: p_api_version => 1.0,
248: p_init_msg_list => 'F',
249: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
250: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),

Line 257: HZ_TIMEZONE_PUB.Get_Time(

253: x_return_status => l_return_status,
254: x_msg_count => l_msg_count,
255: x_msg_data => l_msg_data);
256:
257: HZ_TIMEZONE_PUB.Get_Time(
258: p_api_version => 1.0,
259: p_init_msg_list => 'F',
260: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
261: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),

Line 268: HZ_TIMEZONE_PUB.Get_Time(

264: x_return_status => l_return_status,
265: x_msg_count => l_msg_count,
266: x_msg_data => l_msg_data);
267:
268: HZ_TIMEZONE_PUB.Get_Time(
269: p_api_version => 1.0,
270: p_init_msg_list => 'F',
271: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
272: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),

Line 279: HZ_TIMEZONE_PUB.Get_Time(

275: x_return_status => l_return_status,
276: x_msg_count => l_msg_count,
277: x_msg_data => l_msg_data);
278:
279: HZ_TIMEZONE_PUB.Get_Time(
280: p_api_version => 1.0,
281: p_init_msg_list => 'F',
282: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
283: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),

Line 290: HZ_TIMEZONE_PUB.Get_Time(

286: x_return_status => l_return_status,
287: x_msg_count => l_msg_count,
288: x_msg_data => l_msg_data);
289:
290: HZ_TIMEZONE_PUB.Get_Time(
291: p_api_version => 1.0,
292: p_init_msg_list => 'F',
293: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
294: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),

Line 301: HZ_TIMEZONE_PUB.Get_Time(

297: x_return_status => l_return_status,
298: x_msg_count => l_msg_count,
299: x_msg_data => l_msg_data);
300:
301: HZ_TIMEZONE_PUB.Get_Time(
302: p_api_version => 1.0,
303: p_init_msg_list => 'F',
304: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
305: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),

Line 312: HZ_TIMEZONE_PUB.Get_Time(

308: x_return_status => l_return_status,
309: x_msg_count => l_msg_count,
310: x_msg_data => l_msg_data);
311:
312: HZ_TIMEZONE_PUB.Get_Time(
313: p_api_version => 1.0,
314: p_init_msg_list => 'F',
315: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
316: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),