[Home] [Help]
[Dependency Information]
| Object Name: | CZ_ADDRESSES |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_ADDRESSES
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_ADDRESSES_PK | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
ADDRESS_ID
|
| CZ_ADDRESSES_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
CUSTOMER_ID
|
| CZ_ADDRESSES_N2 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
ORIG_SYS_REF
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ADDRESS_ID | NUMBER | (9) | Yes | Designates the SPX identifier for the address |
| CUSTOMER_ID | NUMBER | (9) | Yes | Contains the SPX account ID |
| ADDR_LINE1 | VARCHAR2 | (240) | Contains first line of the address | |
| ADDR_LINE2 | VARCHAR2 | (240) | Contains second line of the address | |
| CITY | VARCHAR2 | (60) | Contains city name of the address | |
| POSTAL_CODE | VARCHAR2 | (60) | Contains postal code (ZIP) of the address | |
| STATE | VARCHAR2 | (60) | Contains state name of the address | |
| PROVINCE | VARCHAR2 | (60) | Contains province name of the address | |
| COUNTY | VARCHAR2 | (60) | Contains county name of the address | |
| COUNTRY | VARCHAR2 | (240) | Contains country name for the address | |
| BILL_TO_FLAG | VARCHAR2 | (1) | Flag indicates if it can be bill to this address | |
| SHIP_TO_FLAG | VARCHAR2 | (1) | Flag indicates if it can be ship to this address | |
| ORIG_SYS_REF | VARCHAR2 | (255) | Unique identification of a record in this table | |
| CREATION_DATE | DATE | Yes | Date this record was created | |
| LAST_UPDATE_DATE | DATE | Yes | Date this record was last updated | |
| DELETED_FLAG | VARCHAR2 | (1) | Yes | 0 - not deleted; 1 - deleted (Standard) |
| EFF_FROM | DATE | UNUSED | ||
| EFF_TO | DATE | UNUSED | ||
| CREATED_BY | NUMBER | (15) | Yes | Standard field recording the ID of the user that created this record |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard field recording the ID of the user that last updated this record |
| SECURITY_MASK | VARCHAR2 | (40) | UNUSED | |
| EFF_MASK | VARCHAR2 | (40) | UNUSED | |
| CHECKOUT_USER | VARCHAR2 | (40) | UNUSED | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard footprint field. Login identity of user that last updated this record. |
Cut, paste (and edit) the following text to query this object:
SELECT ADDRESS_ID
, CUSTOMER_ID
, ADDR_LINE1
, ADDR_LINE2
, CITY
, POSTAL_CODE
, STATE
, PROVINCE
, COUNTY
, COUNTRY
, BILL_TO_FLAG
, SHIP_TO_FLAG
, ORIG_SYS_REF
, CREATION_DATE
, LAST_UPDATE_DATE
, DELETED_FLAG
, EFF_FROM
, EFF_TO
, CREATED_BY
, LAST_UPDATED_BY
, SECURITY_MASK
, EFF_MASK
, CHECKOUT_USER
, LAST_UPDATE_LOGIN
FROM CZ.CZ_ADDRESSES;
CZ.CZ_ADDRESSES does not reference any database object
CZ.CZ_ADDRESSES is referenced by following:
CZ
CZ_ADDRESSES#
|
|
|
|