DBA Data[Home] [Help] [Dependency Information]


TABLE: CZ.CZ_IMP_ADDRESS

Object Details
Object Name: CZ_IMP_ADDRESS
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.CZ_IMP_ADDRESS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CZ_IMP_ADDRESS_N0 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnRUN_ID
ColumnREC_STATUS
CZ_IMP_ADDRESS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnORIG_SYS_REF
CZ_IMP_ADDRESS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnADDRESS_ID
CZ_IMP_ADDRESS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnFSK_CUSTOMER_1_1
Columns
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
Query Text

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;

Dependencies

[top of page]

CZ.CZ_IMP_ADDRESS does not reference any database object

CZ.CZ_IMP_ADDRESS is referenced by following:

SchemaAPPS
SynonymCZ_IMP_ADDRESS