[Home] [Help]
[Dependency Information]
| Object Name: | PJI_SYSTEM_PRC_HIST |
|---|---|
| Object Type: | TABLE |
| Owner: | PJI |
| Subobject Name: | |
| Status: | VALID |
PJI_SYSTEM_PRC_HIST stores the process name and history of the steps that have been submitted during summarization.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 0 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PJI_SYSTEM_PRC_HIST_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
PROCESS_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROCESS_NAME | VARCHAR2 | (30) | Name of the process | |
| STEP_SEQ | NUMBER | Sequence Identifier for the step | ||
| START_DATE | DATE | Start Date for the step | ||
| END_DATE | DATE | End Date for the step | ||
| MAIN_REQUEST_ID | NUMBER | Standard Who Column | ||
| STEP_REQUEST_ID | NUMBER | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT PROCESS_NAME
, STEP_SEQ
, START_DATE
, END_DATE
, MAIN_REQUEST_ID
, STEP_REQUEST_ID
FROM PJI.PJI_SYSTEM_PRC_HIST;
PJI.PJI_SYSTEM_PRC_HIST does not reference any database object
PJI.PJI_SYSTEM_PRC_HIST is referenced by following:
APPS
PJI_SYSTEM_PRC_HIST
|
|
|
|