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


TABLE: PSP.PSP_MATRIX_DRIVER

Object Details
Object Name: PSP_MATRIX_DRIVER
Object Type: TABLE
Owner: PSP
FND Design Data: TablePSP.PSP_MATRIX_DRIVER
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.

Storage Details
Tablespace: TablespaceAPPS_TS_NOLOGGING
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSP_MATRIX_DRIVER_U1 NORMAL UNIQUE TablespaceAPPS_TS_NOLOGGING ColumnRUN_ID
ColumnSCHEDULE_LINE_ID
ColumnPERIOD_START_DATE
ColumnPERIOD_END_DATE
Columns
Name Datatype Length Mandatory Comments
RUN_ID NUMBER (9)
Stores a sequence number grouping all records associated with each invocation of the Schedule Lines window
SCHEDULE_LINE_ID NUMBER (9)
Stores the schedule line identifier of the temporary record of the matrix line
PERIOD_START_DATE DATE

Stores the start of the arbitrary periods created in the matrix functionality
PERIOD_END_DATE DATE

Stores the end of the arbitrary periods created in the matrix functionality
PERIOD_SCHEDULE_PERCENT NUMBER (5)
Stores the schedule percentage associated with each line of the matrix
Query Text

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


SELECT RUN_ID
,      SCHEDULE_LINE_ID
,      PERIOD_START_DATE
,      PERIOD_END_DATE
,      PERIOD_SCHEDULE_PERCENT
FROM PSP.PSP_MATRIX_DRIVER;

Dependencies

[top of page]

PSP.PSP_MATRIX_DRIVER does not reference any database object

PSP.PSP_MATRIX_DRIVER is referenced by following:

SchemaPSP
ViewPSP_MATRIX_DRIVER#