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


TABLE: PJI.PJI_PRG_BATCH

Object Details
Object Name: PJI_PRG_BATCH
Object Type: TABLE
Owner: PJI
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
BATCH_NAME VARCHAR2 (30)
WBS_TOTAL NUMBER

PRG_TOTAL NUMBER

DELTA_TOTAL NUMBER

TOTAL_COUNT NUMBER

PROJECT_COUNT NUMBER

CUSTOM1 VARCHAR2 (30)
CUSTOM2 VARCHAR2 (30)
CUSTOM3 VARCHAR2 (30)
CURR_REQUEST_ID NUMBER

CURR_REQUEST_STATUS VARCHAR2 (50)
MESSAGE VARCHAR2 (1000)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BATCH_NAME
,      WBS_TOTAL
,      PRG_TOTAL
,      DELTA_TOTAL
,      TOTAL_COUNT
,      PROJECT_COUNT
,      CUSTOM1
,      CUSTOM2
,      CUSTOM3
,      CURR_REQUEST_ID
,      CURR_REQUEST_STATUS
,      MESSAGE
FROM PJI.PJI_PRG_BATCH;

Dependencies

[top of page]

PJI.PJI_PRG_BATCH does not reference any database object

PJI.PJI_PRG_BATCH is referenced by following:

SchemaPJI
ViewPJI_PRG_BATCH#