DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.HZ_TIMEZONES_VL

Object Details
Object Name: HZ_TIMEZONES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAR.HZ_TIMEZONES_VL
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
TIMEZONE_ID NUMBER (15) Yes Timezone identifier
NAME VARCHAR2 (80) Yes Timezone name associated with the value in the TIMEZONE_ID column
DESCRIPTION VARCHAR2 (240)
Free text comments
STANDARD_TIME_SHORT_CODE VARCHAR2 (5)
Code for this time zone when not in daylight savings time, such as PST for Pacific Standard Time
DAYLIGHT_SAVINGS_SHORT_CODE VARCHAR2 (5)
Code for this time zone when in daylight savings time, such as PDT for Pacific Daylight Time
GMT_DEVIATION_HOURS NUMBER
Yes Deviation or difference in hours from Greenwich Mean Time
DAYLIGHT_SAVINGS_TIME_FLAG VARCHAR2 (1) Yes Indicates if this is time zone uses daylight-saving time (DST). Y for a time zone using DST, N for a time zone that does not use DST.
BEGIN_DST_MONTH VARCHAR2 (3)
Month when daylight-saving begins
BEGIN_DST_DAY NUMBER

Day of the month when daylight-saving time begins
BEGIN_DST_WEEK_OF_MONTH NUMBER

Week of the month when daylight-saving time begins
BEGIN_DST_DAY_OF_WEEK NUMBER

Day of the week when daylight-saving time begins
BEGIN_DST_HOUR NUMBER

Hour of the day when daylight-saving time begins
END_DST_MONTH VARCHAR2 (3)
Month that daylight-saving time ends
END_DST_DAY NUMBER

Day of the month that daylight-saving time ends
END_DST_WEEK_OF_MONTH NUMBER

Week of the month that daylight-saving time ends
END_DST_DAY_OF_WEEK NUMBER

Day of the week that daylight-saving time ends
END_DST_HOUR NUMBER

Hour of the day that daylight-savings time ends
PRIMARY_ZONE_FLAG VARCHAR2 (1)
Y or N indicates whether or not this time zone is used in determining time zone based on GMT offset and daylight savings rule. Only one primary zone for each combination of GMT offset and daylight savings rule
GLOBAL_TIMEZONE_NAME VARCHAR2 (50) Yes Name of a time zone associated with a specific deviation or difference in hours from Greenwich Mean Time.
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TIMEZONE_ID
,      NAME
,      DESCRIPTION
,      STANDARD_TIME_SHORT_CODE
,      DAYLIGHT_SAVINGS_SHORT_CODE
,      GMT_DEVIATION_HOURS
,      DAYLIGHT_SAVINGS_TIME_FLAG
,      BEGIN_DST_MONTH
,      BEGIN_DST_DAY
,      BEGIN_DST_WEEK_OF_MONTH
,      BEGIN_DST_DAY_OF_WEEK
,      BEGIN_DST_HOUR
,      END_DST_MONTH
,      END_DST_DAY
,      END_DST_WEEK_OF_MONTH
,      END_DST_DAY_OF_WEEK
,      END_DST_HOUR
,      PRIMARY_ZONE_FLAG
,      GLOBAL_TIMEZONE_NAME
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.HZ_TIMEZONES_VL;

Dependencies

[top of page]

APPS.HZ_TIMEZONES_VL references the following:

SchemaAPPS
SynonymHZ_TIMEZONES
SynonymHZ_TIMEZONES_TL
APPS.HZ_TIMEZONES_VL is referenced by following:

SchemaAPPS
ViewAMS_AGENDAS_V
ViewAMS_EVENT_OFFERS_AGENDA_V
ViewAMS_EVENT_OFFERS_ONLY_V
ViewAMS_EVENT_OFFERS_REG_V
ViewAMS_EVENT_OFFERS_V
Package BodyCAC_VIEW_WF_PVT - show dependent code
Package BodyCSF_TASK_ADDRESS_PVT - show dependent code
ViewCSP_CARRIER_DELIVERY_TIMES_V
ViewCSP_PLANNING_PARAMETERS_V
ViewCSP_PLANNING_PARAMS_DETAILS_V
ViewCSP_RS_ADDRESS_UI_V
ViewCSP_RS_SHIP_TO_ADDRESSES_ALL_V
ViewCSP_RS_SHIP_TO_ADDRESSES_V
ViewCSP_STOCKING_SITE_DETAILS_V
ViewCS_AUDIT_REPORT_VW
Package BodyHZ_TIMEZONE_PUB - show dependent code
Package BodyJTF_CAL_WF_PVT - show dependent code
Package BodyOZF_UTILITY_PVT - show dependent code
Package BodyPO_COMMUNICATION_PVT - show dependent code