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


TABLE: PJI.PJI_SYSTEM_PRC_HIST

Object Details
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.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 0
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PJI_SYSTEM_PRC_HIST_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnPROCESS_NAME
Columns
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
Query Text

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;

Dependencies

[top of page]

PJI.PJI_SYSTEM_PRC_HIST does not reference any database object

PJI.PJI_SYSTEM_PRC_HIST is referenced by following:

SchemaAPPS
SynonymPJI_SYSTEM_PRC_HIST