DBA Data[Home] [Help] [Dependency Information]


TABLE: WSM.WSM_INTERFACE_ERRORS

Object Details
Object Name: WSM_INTERFACE_ERRORS
Object Type: TABLE
Owner: WSM
FND Design Data: TableWSM.WSM_INTERFACE_ERRORS
Subobject Name:
Status: VALID


Table for capturing information regarding errors encountered in processing records in OSFM Interface tables.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WSM_INTERFACE_ERRORS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnHEADER_ID
ColumnREQUEST_ID
Columns
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).
Query Text

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;

Dependencies

[top of page]

WSM.WSM_INTERFACE_ERRORS does not reference any database object

WSM.WSM_INTERFACE_ERRORS is referenced by following:

SchemaAPPS
SynonymWSM_INTERFACE_ERRORS