[Home] [Help]
[Dependency Information]
| Object Name: | CZ_XFR_STATUS_CODES |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_XFR_STATUS_CODES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
IMP_TABLE
REC_STATUS
|
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT IMP_TABLE
, REC_STATUS
, DESC_TEXT
FROM CZ.CZ_XFR_STATUS_CODES;
CZ.CZ_XFR_STATUS_CODES does not reference any database object
CZ.CZ_XFR_STATUS_CODES is referenced by following:
CZ
CZ_XFR_STATUS_CODES#
|
|
|
|