[Home] [Help]
[Dependency Information]
| Object Name: | AMS_DLG_RUN_STEP_DETAILS |
|---|---|
| Object Type: | TABLE |
| Owner: | AMS |
| FND Design Data: | AMS.AMS_DLG_RUN_STEP_DETAILS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMS_DLG_RUN_STEP_DETAILS_U1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
RUN_STEP_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RUN_STEP_ID | NUMBER | Yes | Unique identifier for a Dialog Run Step | |
| RUN_ID | NUMBER | Yes | The dialog run identifier that this step belongs to | |
| FLOW_COMPONENT_ID | NUMBER | Yes | It indicates which flow component this step is executing | |
| START_DATE | DATE | Yes | The date this step started | |
| EXECUTION_STATUS | VARCHAR2 | (30) | Yes | The execution status of this step , if it's success or failure or deferred |
| CREATION_DATE | DATE | Yes | Standard WHO column | |
| CREATED_BY | NUMBER | Yes | Standard WHO column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard WHO column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard WHO column | ||
| END_DATE | DATE | The date this step is completed execution | ||
| ERROR_CODE | VARCHAR2 | (30) | The error occurred during execution of this step | |
| ERROR_STACK | VARCHAR2 | (4000) | The stack trace if an exceptional condition occurs while executing this step | |
| DUE_DATE | DATE | The date when this step is scheduled to be executed. | ||
| SECURITY_GROUP_ID | NUMBER | This is used for hosting purposes | ||
| OBJECT_VERSION_NUMBER | NUMBER | Used for locking purposes |
Cut, paste (and edit) the following text to query this object:
SELECT RUN_STEP_ID
, RUN_ID
, FLOW_COMPONENT_ID
, START_DATE
, EXECUTION_STATUS
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, END_DATE
, ERROR_CODE
, ERROR_STACK
, DUE_DATE
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
FROM AMS.AMS_DLG_RUN_STEP_DETAILS;
AMS.AMS_DLG_RUN_STEP_DETAILS does not reference any database object
AMS.AMS_DLG_RUN_STEP_DETAILS is referenced by following:
APPS
AMS_DLG_RUN_STEP_DETAILS
|
|
|
|