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


TABLE: CZ.CZ_XFR_RUN_RESULTS

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


CZ_XFR_RUN_RESULTS contains a summary of records imported into the Oracle Configurator schema.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_XFR_RUN_RESULTS_PK
  1. ColumnIMP_TABLE
  2. ColumnREC_STATUS
  3. ColumnRUN_ID
  4. ColumnDISPOSITION
Indexes
Index Type Uniqueness Tablespace Column
CZ_XFR_RUN_RESULTS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnIMP_TABLE
ColumnREC_STATUS
ColumnRUN_ID
ColumnDISPOSITION
CZ_XFR_RUN_RESULTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnRUN_ID
Columns
Name Datatype Length Mandatory Comments
RUN_ID NUMBER (9) Yes Run ID to which this result refers
IMP_TABLE VARCHAR2 (40) Yes Name of the import table for which this record summarizes results
DISPOSITION VARCHAR2 (1) Yes Disposition code in that import table
REC_STATUS VARCHAR2 (4) Yes Rec-status code for that import table
RECORDS NUMBER (9) Yes Number of records in the table bearing that disposition and status
Query Text

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


SELECT RUN_ID
,      IMP_TABLE
,      DISPOSITION
,      REC_STATUS
,      RECORDS
FROM CZ.CZ_XFR_RUN_RESULTS;

Dependencies

[top of page]

CZ.CZ_XFR_RUN_RESULTS does not reference any database object

CZ.CZ_XFR_RUN_RESULTS is referenced by following:

SchemaAPPS
SynonymCZ_XFR_RUN_RESULTS