[Home] [Help]
[Dependency Information]
| Object Name: | CZ_IMP_ADDRESS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_IMP_ADDRESS
|
| 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_IMP_ADDRESS_N0 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
RUN_ID
REC_STATUS
|
| CZ_IMP_ADDRESS_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
ORIG_SYS_REF
|
| CZ_IMP_ADDRESS_N2 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
ADDRESS_ID
|
| CZ_IMP_ADDRESS_N3 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
FSK_CUSTOMER_1_1
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ADDRESS_ID | NUMBER | (9) | SPX address identifier | |
| CUSTOMER_ID | NUMBER | (9) | Contains the SPX customer ID | |
| COUNTRY | VARCHAR2 | (240) | Contains country name for the address | |
| 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) | Zip code | |
| STATE | VARCHAR2 | (60) | State | |
| PROVINCE | VARCHAR2 | (60) | Province | |
| COUNTY | VARCHAR2 | (60) | County | |
| BILL_TO_FLAG | VARCHAR2 | (1) | Flag indicates if it can be billed to this address | |
| SHIP_TO_FLAG | VARCHAR2 | (1) | Flag indicates if it can be shippedl to this address | |
| ORIG_SYS_REF | VARCHAR2 | (255) | Unique identification of a record in this table | |
| REC_NBR | NUMBER | Provides a one-up sequence numbe identifying the record in this run | ||
| RUN_ID | NUMBER | Contains a number indicating the import run in which this record was loaded/processed | ||
| REC_STATUS | VARCHAR2 | (4) | Records a coded status describing the import results for this record; if null it indicates the record has not yet been completely processed | |
| DISPOSITION | VARCHAR2 | (1) | Indicates whether the record was inserted, updated, unchanged, or rejected | |
| DELETED_FLAG | VARCHAR2 | (1) | Yes | Indicates ('1'/'0') that this record has been deleted |
| EFF_FROM | DATE | Indicates the beginning date for which this record is effective | ||
| EFF_TO | DATE | Indicates the ending date through which this record is effective | ||
| SECURITY_MASK | VARCHAR2 | (40) | Not currently used | |
| EFF_MASK | VARCHAR2 | (40) | Not currently used | |
| FSK_CUSTOMER_1_1 | VARCHAR2 | (255) | Contains a foreign surrogate-key value matching IMP_CUSTOMER on ORIG_SYS_REF |
Cut, paste (and edit) the following text to query this object:
SELECT ADDRESS_ID
, CUSTOMER_ID
, COUNTRY
, ADDR_LINE1
, ADDR_LINE2
, CITY
, POSTAL_CODE
, STATE
, PROVINCE
, COUNTY
, BILL_TO_FLAG
, SHIP_TO_FLAG
, ORIG_SYS_REF
, REC_NBR
, RUN_ID
, REC_STATUS
, DISPOSITION
, DELETED_FLAG
, EFF_FROM
, EFF_TO
, SECURITY_MASK
, EFF_MASK
, FSK_CUSTOMER_1_1
FROM CZ.CZ_IMP_ADDRESS;
CZ.CZ_IMP_ADDRESS does not reference any database object
CZ.CZ_IMP_ADDRESS is referenced by following:
CZ
CZ_IMP_ADDRESS#
|
|
|
|