DBA Data[Home] [Help]

APPS.HZ_TIMEZONE_PUB dependencies on HZ_TIMEZONE_PUB

Line 1: package body HZ_TIMEZONE_PUB as

1: package body HZ_TIMEZONE_PUB as
2: /*$Header: ARHTMZOB.pls 120.19 2006/08/14 00:59:33 kbaird ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'HZ_TIMEZONE_PUB';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'HZ_TIMEZONE_PUB';

1: package body HZ_TIMEZONE_PUB as
2: /*$Header: ARHTMZOB.pls 120.19 2006/08/14 00:59:33 kbaird ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'HZ_TIMEZONE_PUB';
5:
6: /*===========================================================================+
7: | PROCEDURE |
8: | Get_Timezone_ID |

Line 797: x_dest_day_time := hz_timezone_pub.convert_datetime(p_source_tz_id, p_dest_tz_id, p_source_day_time);

793: x_return_status := FND_API.G_RET_STS_ERROR;
794: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
795: END IF;
796:
797: x_dest_day_time := hz_timezone_pub.convert_datetime(p_source_tz_id, p_dest_tz_id, p_source_day_time);
798:
799: EXCEPTION
800: WHEN FND_API.G_EXC_ERROR THEN
801: x_return_status := FND_API.G_RET_STS_ERROR;

Line 907: l_dest_day_time := hz_timezone_pub.convert_datetime(p_source_tz_id, p_dest_tz_id, p_source_day_time);

903: --Initialize API return status to success.
904: x_return_status := FND_API.G_RET_STS_SUCCESS;
905:
906: /* convert p_source_day_time to new timezone */
907: l_dest_day_time := hz_timezone_pub.convert_datetime(p_source_tz_id, p_dest_tz_id, p_source_day_time);
908:
909: /* now figure out if this is in dst or not in order to return the correct code */
910: /* if the gmt offset for this new timezone is the standard offset then it is not dst */
911:

Line 1593: END HZ_TIMEZONE_PUB;

1589: END LOOP;
1590: END Get_date_from_W_and_D;
1591:
1592:
1593: END HZ_TIMEZONE_PUB;