PJS_PLAN_TYPE_LOOKUPS
This table contains persistent plan type information for use in summarization.
Details
-
Schema: FUSION
-
Object owner: PJS
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
PROJECT_ID | NUMBER | 18 | Contains the PROJECT_ID, not the Project Number (SEGMENT1) | Active | ||
PJS_PLAN_TYPE_NUMBER | NUMBER | 18 | Internal plan type number | Active | ||
COST_PLAN_TYPE_ID | NUMBER | 18 | Cost plan type ID | Active | ||
REVENUE_PLAN_TYPE_ID | NUMBER | 18 | Revenue plan type ID | Active | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
PJS_PLAN_TYPE_LOOKUPS_N1 | Non Unique | FUSION_TS_TX_DATA | PROJECT_ID, REVENUE_PLAN_TYPE_ID, COST_PLAN_TYPE_ID | Active |