PJS_ACTUAL_BUDGET_MAPPING
Stores the actual and budget mapping.
Details
-
Schema: FUSION
-
Object owner: PJS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PROJECT_ID | NUMBER | 18 | Yes | Unique identifier of the project. | |
ACTUAL_TXN_TASK_ID | NUMBER | 18 | Yes | Contains the project_element_id of the task where actual transaction is reported. | |
TXN_ACCUM_HEADER_ID | NUMBER | 18 | Yes | Each TXN_ACCUM_HEADER_ID corresponds to a unique combination of resource attributes and is used for RBS mapping. | |
BUDGET_VERSION_ID | NUMBER | 18 | Yes | Identifier of the current baselined budget version used for mapping. | |
RBS_VERSION_ID | NUMBER | 18 | Yes | Identifier of the resource breakdown structure used in the budget. | |
DEFAULT_RBS_ELEMENT_ID | NUMBER | 18 | Yes | Identifier of the lowest level default mapping to an element in resource breakdown structure. | |
BUDGETED_RBS_ELEMENT_ID | NUMBER | 18 | Yes | Identifier of the resource breakdown structure element being budgeted | |
BUDGETED_PROJ_ELEM_ID | NUMBER | 18 | Yes | Identifier of the task where matching budget is found | |
CONTRACT_ID | NUMBER | 18 | Yes | CONTRACT_ID | |
FUNDING_SOURCE_ID | NUMBER | 18 | Yes | FUNDING_SOURCE_ID | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJS_ACTUAL_BUDGET_MAPPING_N1 | Non Unique | Default | PROJECT_ID, BUDGET_VERSION_ID, BUDGETED_RBS_ELEMENT_ID, BUDGETED_PROJ_ELEM_ID |
PJS_ACTUAL_BUDGET_MAPPING_U1 | Unique | Default | PROJECT_ID, ACTUAL_TXN_TASK_ID, TXN_ACCUM_HEADER_ID, BUDGET_VERSION_ID, CONTRACT_ID, FUNDING_SOURCE_ID |