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


TABLE: ONT.ONT_WF_SKIP_LOG

Object Details
Object Name: ONT_WF_SKIP_LOG
Object Type: TABLE
Owner: ONT
FND Design Data: TableONT.ONT_WF_SKIP_LOG
Subobject Name:
Status: VALID


When a workflow activity is being skipped,the system will log a record in this table.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
CREATION_DATE DATE
Yes Standard Who Column
LINE_ID NUMBER

Line_ID of the line being skipped.
HEADER_ID NUMBER

Header_iD of the header being skipped
ACTIVITY_ID NUMBER

Activity_ID of the activity being skipped
USER_ID NUMBER

Userid of the user, who did the skip
RESPONSIBILITY_ID NUMBER

Responsibility_id of the user, who performed the skip.
APPLICATION_ID NUMBER

Application_ID of the user, who did the skip
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CREATION_DATE
,      LINE_ID
,      HEADER_ID
,      ACTIVITY_ID
,      USER_ID
,      RESPONSIBILITY_ID
,      APPLICATION_ID
FROM ONT.ONT_WF_SKIP_LOG;

Dependencies

[top of page]

ONT.ONT_WF_SKIP_LOG does not reference any database object

ONT.ONT_WF_SKIP_LOG is referenced by following:

SchemaONT
ViewONT_WF_SKIP_LOG#