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


TABLE: CZ.CZ_XFR_RUN_INFOS

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


CZ_XFR_RUN_INFOS contains summary information about various Oracle Configurator batch runs: import, logic generation, UI generation/refresh, publication.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_XFR_RUN_INFOS_PK
  1. ColumnRUN_ID
Indexes
Index Type Uniqueness Tablespace Column
CZ_XFR_RUN_INFOS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnRUN_ID
Columns
Name Datatype Length Mandatory Comments
RUN_ID NUMBER (9) Yes Run identifier to which this result refers
STARTED DATE

When the run was initiated
LAST_ACTIVITY DATE

Last time the run emitted status
TOTAL_ERRORS NUMBER (9)
Total errors
COMPLETED VARCHAR2 (1)
'1' indicates the run has no further processing
LOAD_PATH VARCHAR2 (255)
Indicates the path of the directory in which the import data files were placed
LOAD_STATE NUMBER (9)
Indicates what phase of import is to be completed next
LABEL VARCHAR2 (20)
Distinguish the type of run (Import, Publish, Purge) is described by this record.
NOTES VARCHAR2 (2000)
Note text
Query Text

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


SELECT RUN_ID
,      STARTED
,      LAST_ACTIVITY
,      TOTAL_ERRORS
,      COMPLETED
,      LOAD_PATH
,      LOAD_STATE
,      LABEL
,      NOTES
FROM CZ.CZ_XFR_RUN_INFOS;

Dependencies

[top of page]

CZ.CZ_XFR_RUN_INFOS does not reference any database object

CZ.CZ_XFR_RUN_INFOS is referenced by following:

SchemaAPPS
SynonymCZ_XFR_RUN_INFOS