[Home] [Help]
[Dependency Information]
| Object Name: | PSP_MATRIX_DRIVER |
|---|---|
| Object Type: | TABLE |
| Owner: | PSP |
| FND Design Data: | PSP.PSP_MATRIX_DRIVER
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_NOLOGGING |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSP_MATRIX_DRIVER_U1 | NORMAL | UNIQUE |
APPS_TS_NOLOGGING
|
RUN_ID
SCHEDULE_LINE_ID
PERIOD_START_DATE
PERIOD_END_DATE
|
| 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 |
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;
PSP.PSP_MATRIX_DRIVER does not reference any database object
PSP.PSP_MATRIX_DRIVER is referenced by following:
APPS
PSP_MATRIX_DRIVER
|
|
|
|