[Home] [Help]
[Dependency Information]
| Object Name: | JTF_LOC_POSTAL_CODES |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_LOC_POSTAL_CODES
|
| Subobject Name: | |
| Status: | VALID |
JTF_LOC_AREAS_B stores information about postal codes, such as the range of postal codes and location area to which these postal codes belong.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JTF_LOC_POSTAL_CODES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
LOCATION_POSTAL_CODE_ID
|
| JTF_LOC_POSTAL_CODES_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
LOCATION_AREA_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LOCATION_POSTAL_CODE_ID | NUMBER | Yes | Unique identifier. | |
| 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). |
| 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_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | This column is used for locking purposes. |
| ORIG_SYSTEM_REF | VARCHAR2 | (30) | Reference code of the application which created this geographic area. | |
| ORIG_SYSTEM_ID | NUMBER | Reference id of the geographic area in the originating system. | ||
| LOCATION_AREA_ID | NUMBER | Yes | Identifier of the location area to which postal code belongs. | |
| START_DATE_ACTIVE | DATE | Yes | The date on which postal code becomes active. | |
| END_DATE_ACTIVE | DATE | The date until which postal code remains active. | ||
| POSTAL_CODE_START | VARCHAR2 | (6) | Indicates the beginning of a postal code range. | |
| POSTAL_CODE_END | VARCHAR2 | (6) | Indicates the end of a postal code range. | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments. |
Cut, paste (and edit) the following text to query this object:
SELECT LOCATION_POSTAL_CODE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, ORIG_SYSTEM_REF
, ORIG_SYSTEM_ID
, LOCATION_AREA_ID
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, POSTAL_CODE_START
, POSTAL_CODE_END
, SECURITY_GROUP_ID
FROM JTF.JTF_LOC_POSTAL_CODES;
JTF.JTF_LOC_POSTAL_CODES does not reference any database object
JTF.JTF_LOC_POSTAL_CODES is referenced by following:
JTF
JTF_LOC_POSTAL_CODES#
|
|
|
|