[Home] [Help]
[Dependency Information]
| Object Name: | HZ_GEOGRAPHY_TYPES_B |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.HZ_GEOGRAPHY_TYPES_B
|
| Subobject Name: | |
| Status: | VALID |
HZ_GEOGRPHY_TYPES_B stores Geography Type classification for geographies: both Master Reference Geography Types and non-Master Reference Geography Types (also known as zone types).
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_GEOGRAPHY_TYPES_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
GEOGRAPHY_TYPE
|
| HZ_GEOGRAPHY_TYPES_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
GEOGRAPHY_USE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GEOGRAPHY_TYPE | VARCHAR2 | (30) | Yes | Unique Identifier Code for the geography type. |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Object Version Number | |
| GEOGRAPHY_USE | VARCHAR2 | (30) | Yes | Usage of geography data. |
| POSTAL_CODE_RANGE_FLAG | VARCHAR2 | (1) | Yes | Used for non-Master Reference data. Indicates whether the zone in this zone type can be defined by postal code ranges. |
| LIMITED_BY_GEOGRAPHY_ID | NUMBER | (15) | Used for non-Master Reference data. Stores a geography_id to be used when a process needs to limit a set of geographies. | |
| CREATED_BY_MODULE | VARCHAR2 | (150) | Yes | Created by module |
| 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) | Application identifier of last concurrent program to update this record. | |
| 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 identifier login of 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). |
Cut, paste (and edit) the following text to query this object:
SELECT GEOGRAPHY_TYPE
, OBJECT_VERSION_NUMBER
, GEOGRAPHY_USE
, POSTAL_CODE_RANGE_FLAG
, LIMITED_BY_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_TYPES_B;
AR.HZ_GEOGRAPHY_TYPES_B does not reference any database object
AR.HZ_GEOGRAPHY_TYPES_B is referenced by following:
APPS
HZ_GEOGRAPHY_TYPES_B
|
|
|
|