[Home] [Help]
[Dependency Information]
Object Name: | HZ_IMP_ERRORS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The TCA import process uses the HZ_IMP_ERRORS table to record all errors that occur during import
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HZ_IMP_ERRORS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ERROR_ID | NUMBER | (15) | Yes | Indicates that an error has occurred for the record. Also used to join to the appropriate row in the errors table. |
BATCH_ID | NUMBER | (15) | Yes | Unique identifier for the batch |
MESSAGE_NAME | VARCHAR2 | (30) | Yes | Message name |
TOKEN1_NAME | VARCHAR2 | (80) | Token name for the error message | |
TOKEN1_VALUE | VARCHAR2 | (80) | Token name for the error message | |
TOKEN2_NAME | VARCHAR2 | (80) | Token name for the error message | |
TOKEN2_VALUE | VARCHAR2 | (80) | Token name for the error message | |
TOKEN3_NAME | VARCHAR2 | (80) | Token name for the error message | |
TOKEN3_VALUE | VARCHAR2 | (80) | Token name for the error message | |
TOKEN4_NAME | VARCHAR2 | (80) | Token name for the error message | |
TOKEN4_VALUE | VARCHAR2 | (80) | Token name for the error message | |
TOKEN5_NAME | VARCHAR2 | (80) | Token name for the error message | |
TOKEN5_VALUE | VARCHAR2 | (80) | Token name for the error message | |
INTERFACE_TABLE_NAME | VARCHAR2 | (30) | Associated interface table | |
CREATION_DATE | DATE | Standard Who column | ||
CREATED_BY | NUMBER | (15) | Standard Who column | |
LAST_UPDATE_DATE | DATE | Standard Who column | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
REQUEST_ID | NUMBER | (15) | Request identifier of last concurrent program to update this record | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Application identifier of last concurrent program to update this record | |
PROGRAM_ID | NUMBER | (15) | Program identifier of last concurrent program to update this record | |
PROGRAM_UPDATE_DATE | DATE | Last date this record was updated by a concurrent program |
Cut, paste (and edit) the following text to query this object:
SELECT ERROR_ID
, BATCH_ID
, MESSAGE_NAME
, TOKEN1_NAME
, TOKEN1_VALUE
, TOKEN2_NAME
, TOKEN2_VALUE
, TOKEN3_NAME
, TOKEN3_VALUE
, TOKEN4_NAME
, TOKEN4_VALUE
, TOKEN5_NAME
, TOKEN5_VALUE
, INTERFACE_TABLE_NAME
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM AR.HZ_IMP_ERRORS;
AR.HZ_IMP_ERRORS does not reference any database object
AR.HZ_IMP_ERRORS is referenced by following:
|
|
|