[Home] [Help]
[Dependency Information]
Object Name: | WSM_INTERFACE_ERRORS |
---|---|
Object Type: | TABLE |
Owner: | WSM |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Table for capturing information regarding errors encountered in processing records in OSFM Interface tables.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WSM_INTERFACE_ERRORS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TRANSACTION_ID | NUMBER | Transaction Id | ||
MESSAGE | VARCHAR2 | (2000) | Error Message Text | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
HEADER_ID | NUMBER | Yes | Header Id of the OSFM Interface table processed by this request. | |
MESSAGE_TYPE | NUMBER | Yes | Message Type - Warning, Error. | |
REQUEST_ID | NUMBER | Yes | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
PROGRAM_ID | NUMBER | Yes | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
PROGRAM_APPLICATION_ID | NUMBER | Yes | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_ID
, MESSAGE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, HEADER_ID
, MESSAGE_TYPE
, REQUEST_ID
, PROGRAM_ID
, PROGRAM_APPLICATION_ID
FROM WSM.WSM_INTERFACE_ERRORS;
WSM.WSM_INTERFACE_ERRORS does not reference any database object
WSM.WSM_INTERFACE_ERRORS is referenced by following:
|
|
|