[Home] [Help]
[Dependency Information]
| Object Name: | ONT_WF_SKIP_LOG |
|---|---|
| Object Type: | TABLE |
| Owner: | ONT |
| FND Design Data: | ONT.ONT_WF_SKIP_LOG
|
| Subobject Name: | |
| Status: | VALID |
When a workflow activity is being skipped,the system will log a record in this table.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| 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 |
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;
ONT.ONT_WF_SKIP_LOG does not reference any database object
ONT.ONT_WF_SKIP_LOG is referenced by following:
ONT
ONT_WF_SKIP_LOG#
|
|
|
|