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


TABLE: AMS.AMS_DLG_RUN_STEP_DETAILS

Object Details
Object Name: AMS_DLG_RUN_STEP_DETAILS
Object Type: TABLE
Owner: AMS
FND Design Data: TableAMS.AMS_DLG_RUN_STEP_DETAILS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_DLG_RUN_STEP_DETAILS_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnRUN_STEP_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

AMS.AMS_DLG_RUN_STEP_DETAILS does not reference any database object

AMS.AMS_DLG_RUN_STEP_DETAILS is referenced by following:

SchemaAPPS
SynonymAMS_DLG_RUN_STEP_DETAILS