[Home] [Help]
[Dependency Information]
| Object Name: | CZ_XFR_RUN_INFOS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_XFR_RUN_INFOS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
RUN_ID
|
| 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 |
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;
CZ.CZ_XFR_RUN_INFOS does not reference any database object
CZ.CZ_XFR_RUN_INFOS is referenced by following:
CZ
CZ_XFR_RUN_INFOS#
|
|
|
|