DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on HZ_TIMEZONE_PUB

Line 511: HZ_TIMEZONE_PUB.Get_Time(

507: fnd_file.put_line(FND_FILE.LOG,'Time Zone Conversions');
508:
509: IF(fnd_profile.value('ENABLE_TIMEZONE_CONVERSIONS') = 'Y') THEN
510:
511: HZ_TIMEZONE_PUB.Get_Time(
512: p_api_version => 1.0,
513: p_init_msg_list => 'F',
514: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
515: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),

Line 522: HZ_TIMEZONE_PUB.Get_Time(

518: x_return_status => l_return_status,
519: x_msg_count => l_msg_count,
520: x_msg_data => l_msg_data);
521:
522: HZ_TIMEZONE_PUB.Get_Time(
523: p_api_version => 1.0,
524: p_init_msg_list => 'F',
525: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
526: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),

Line 533: HZ_TIMEZONE_PUB.Get_Time(

529: x_return_status => l_return_status,
530: x_msg_count => l_msg_count,
531: x_msg_data => l_msg_data);
532:
533: HZ_TIMEZONE_PUB.Get_Time(
534: p_api_version => 1.0,
535: p_init_msg_list => 'F',
536: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
537: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),

Line 544: HZ_TIMEZONE_PUB.Get_Time(

540: x_return_status => l_return_status,
541: x_msg_count => l_msg_count,
542: x_msg_data => l_msg_data);
543:
544: HZ_TIMEZONE_PUB.Get_Time(
545: p_api_version => 1.0,
546: p_init_msg_list => 'F',
547: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
548: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),

Line 555: HZ_TIMEZONE_PUB.Get_Time(

551: x_return_status => l_return_status,
552: x_msg_count => l_msg_count,
553: x_msg_data => l_msg_data);
554:
555: HZ_TIMEZONE_PUB.Get_Time(
556: p_api_version => 1.0,
557: p_init_msg_list => 'F',
558: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
559: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),

Line 566: HZ_TIMEZONE_PUB.Get_Time(

562: x_return_status => l_return_status,
563: x_msg_count => l_msg_count,
564: x_msg_data => l_msg_data);
565:
566: HZ_TIMEZONE_PUB.Get_Time(
567: p_api_version => 1.0,
568: p_init_msg_list => 'F',
569: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
570: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),

Line 577: /* HZ_TIMEZONE_PUB.Get_Time(

573: x_return_status => l_return_status,
574: x_msg_count => l_msg_count,
575: x_msg_data => l_msg_data);
576: /* Bug 10032341: actual close date is already converted to server timezone before being passed to wip_close api*/
577: /* HZ_TIMEZONE_PUB.Get_Time(
578: p_api_version => 1.0,
579: p_init_msg_list => 'F',
580: p_source_tz_id => to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID')),
581: p_dest_tz_id => to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID')),