[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_SUBURB_POSTCD |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PE_SUBURB_POSTCD
|
| Subobject Name: | |
| Status: | VALID |
IGS_PE_SUBURB_POSTCD is information obtained from Australia post mapping suburbs to postcodes and will be loaded and updated annually. The data supplied is, as yet, undefined.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PE_SUBURB_POSTCD_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
POSTCODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| POSTCODE | NUMBER | (4) | Yes | Australian postcode for the associated suburbs |
| SUBURBS | VARCHAR2 | (1000) | Yes | The suburb or set of suburbs that are associated with the particular postcode. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Specifies whether the postcode is open or closed. Selecting the checkbox to 'closed' prevents use of the postcode in new address and statistical details records. |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT POSTCODE
, SUBURBS
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PE_SUBURB_POSTCD;
IGS.IGS_PE_SUBURB_POSTCD does not reference any database object
IGS.IGS_PE_SUBURB_POSTCD is referenced by following:
APPS
IGS_PE_SUBURB_POSTCD
|
|
|
|