[Home] [Help]
[Dependency Information]
Object Name: | WIP_TXN_INTERFACE_ERRORS |
---|---|
Object Type: | TABLE |
Owner: | WIP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
WIP_TXN_INTERFACE_ERRORS contains information about errors encountered when Oracle Work in Process validates transaction information in the WIP_COST_TXN_INTERFACE and WIP_MOVE_TXN_INTERFACE tables. A single transaction can result in the creation of multiple error records. Each record contains the transaction Identifier, the message name, and the name of the column containing the error.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WIP_TXN_INTERFACE_ERRORS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TRANSACTION_ID | NUMBER | Yes | Transaction Identifier (record that failed to load, either WIP_COST_TXN_INTERFACE or WIP_MOVE_TXN_INTERFACE) | |
ERROR_MESSAGE | VARCHAR2 | (240) | Yes | Error message explaining why transaction failed load process |
ERROR_COLUMN | VARCHAR2 | (30) | Column which failed error validation | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
REQUEST_ID | NUMBER | Enhanced Who column | ||
PROGRAM_APPLICATION_ID | NUMBER | Enhanced Who column | ||
PROGRAM_ID | NUMBER | Enhanced Who column | ||
PROGRAM_UPDATE_DATE | DATE | Enhanced Who column |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_ID
, ERROR_MESSAGE
, ERROR_COLUMN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM WIP.WIP_TXN_INTERFACE_ERRORS;
WIP.WIP_TXN_INTERFACE_ERRORS does not reference any database object
WIP.WIP_TXN_INTERFACE_ERRORS is referenced by following:
|
|
|