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


TABLE: AR.HZ_GEOGRAPHY_RANGES

Object Details
Object Name: HZ_GEOGRAPHY_RANGES
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.HZ_GEOGRAPHY_RANGES
Subobject Name:
Status: VALID


Stores ranges associated with a given geography. For counties where postal codes can be represented as ranges, this table can be used to define zones by postal code ranges.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_GEOGRAPHY_RANGES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnGEOGRAPHY_ID
ColumnGEOGRAPHY_FROM
ColumnSTART_DATE
Columns
Name Datatype Length Mandatory Comments
GEOGRAPHY_ID NUMBER (15) Yes Foreign key to HZ_GEOGRAPHIES
GEOGRAPHY_FROM VARCHAR2 (360) Yes Must be a valid geography in HZ_GEOGRAPHIES
START_DATE DATE
Yes Effective start date of the geographic range
OBJECT_VERSION_NUMBER NUMBER
Yes Used for locking purposes.
GEOGRAPHY_TO VARCHAR2 (360) Yes Must be a valid geography in HZ_GEOGRAPHIES
IDENTIFIER_TYPE VARCHAR2 (30) Yes Specifies the type of identifier eg Code/ Name
END_DATE DATE
Yes Effective end date
GEOGRAPHY_TYPE VARCHAR2 (30) Yes Denormalized from HZ_GEOGRAPHIES
GEOGRAPHY_USE VARCHAR2 (30) Yes Denormalized from HZ_GEOGRAPHIES
MASTER_REF_GEOGRAPHY_ID NUMBER (15) Yes Identifies the master reference geography used in the ranges to create the zone
CREATED_BY_MODULE VARCHAR2 (150) Yes Source application module that created this record.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
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_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
APPLICATION_ID NUMBER (15)
Unique identifier for the application that created this record. Foreign key to FND_APPLICATION table.
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_LOGIN_ID NUMBER (15)
Program login identifier of the last concurrent program to update this record.
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
Query Text

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


SELECT GEOGRAPHY_ID
,      GEOGRAPHY_FROM
,      START_DATE
,      OBJECT_VERSION_NUMBER
,      GEOGRAPHY_TO
,      IDENTIFIER_TYPE
,      END_DATE
,      GEOGRAPHY_TYPE
,      GEOGRAPHY_USE
,      MASTER_REF_GEOGRAPHY_ID
,      CREATED_BY_MODULE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
FROM AR.HZ_GEOGRAPHY_RANGES;

Dependencies

[top of page]

AR.HZ_GEOGRAPHY_RANGES does not reference any database object

AR.HZ_GEOGRAPHY_RANGES is referenced by following:

SchemaAR
ViewHZ_GEOGRAPHY_RANGES#