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


TABLE: CZ.CZ_XFR_STATUS_CODES

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


CZ_XFR_STATUS_CODES holds descriptions of particular run status values to help importing personnel interpret import failures.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CZ_XFR_STATUS_CODES_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnIMP_TABLE
ColumnREC_STATUS
Columns
Name Datatype Length Mandatory Comments
IMP_TABLE VARCHAR2 (40) Yes Name of the import table to which this code applies
REC_STATUS VARCHAR2 (4) Yes Rec_status code that may apply to that table
DESC_TEXT VARCHAR2 (255)
Textual description of that code
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT IMP_TABLE
,      REC_STATUS
,      DESC_TEXT
FROM CZ.CZ_XFR_STATUS_CODES;

Dependencies

[top of page]

CZ.CZ_XFR_STATUS_CODES does not reference any database object

CZ.CZ_XFR_STATUS_CODES is referenced by following:

SchemaCZ
ViewCZ_XFR_STATUS_CODES#