[Home] [Help]
[Dependency Information]
| Object Name: | AD_MANUAL_STEP_HISTORY |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| Subobject Name: | |
| Status: | VALID |
Stores history of manual steps applied to this instance. For each step applied on a customer instance, there will be one entry which is stored in this table
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AD_MANUAL_STEP_HISTORY_U1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
STEP_KEY
STEP_VERSION
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HISTORY_ID | NUMBER | Yes | Primary key of the table | |
| STEP_KEY | VARCHAR2 | (100) | Yes | Stores Manual Step's unique key element |
| STEP_VERSION | VARCHAR2 | (100) | Yes | RCS Version of Manual Step |
| STEP_TEXT | VARCHAR2 | (2000) | Manual Step text | |
| COND_CODE | VARCHAR2 | (2000) | Conditional Code for Manual Step | |
| PATCH_NUMBER | VARCHAR2 | (100) | Yes | The patch number for which manual step is applied |
| STATUS | VARCHAR2 | (1) | Yes | Manual step's current status, can take either D or Y |
| UPDATED_BY | VARCHAR2 | (100) | Apps User Name |
Cut, paste (and edit) the following text to query this object:
SELECT HISTORY_ID
, STEP_KEY
, STEP_VERSION
, STEP_TEXT
, COND_CODE
, PATCH_NUMBER
, STATUS
, UPDATED_BY
FROM APPLSYS.AD_MANUAL_STEP_HISTORY;
APPLSYS.AD_MANUAL_STEP_HISTORY does not reference any database object
APPLSYS.AD_MANUAL_STEP_HISTORY is referenced by following:
APPS
AD_MANUAL_STEP_HISTORY
|
|
|
|