PJF_COST_PLUS_STRUCTURES
PJF_COST_PLUS_STRUCTURES stores relationships between cost bases, expenditure types, and burden cost codes. The cost plus structure determines which method (additive or precedence) is used to calculate burden amounts.
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJF_COST_PLUS_STRUCTURES_PK |
IND_STRUCTURE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
IND_STRUCTURE_ID | NUMBER | 18 | Yes | IND_STRUCTURE_ID | |
IND_STRUCTURE_NAME | VARCHAR2 | 30 | Yes | The implementation-defined name that uniquely identifies the burden structure ***** | |
DESCRIPTION | VARCHAR2 | 250 | The description of the burden structure | ||
IND_STRUCTURE_TYPE | VARCHAR2 | 1 | Yes | The type of the burden structure ***** | |
START_DATE_ACTIVE | DATE | Yes | First effective date of the burden structure | ||
END_DATE_ACTIVE | DATE | Last effective date of the burden structure | |||
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. | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
OVERRIDE_SCH_FLAG | VARCHAR2 | 1 | Yes | Flags that indicates if the burden structure can be used for schedule overrides ***** | |
DEFAULT_OVR_SCH_FLAG | VARCHAR2 | 1 | Yes | Flag that indicates if the burden structure is the default structure used for schedule overrides ***** | |
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
pjf_ind_rate_sch_b | pjf_cost_plus_structures | IND_STRUCTURE_NAME |
pjf_irs_revisions | pjf_cost_plus_structures | IND_STRUCTURE_NAME |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_COST_PLUS_STRUCTURES_U1 | Unique | Default | IND_STRUCTURE_ID |
PJF_COST_PLUS_STRUCTURES_U2 | Unique | Default | IND_STRUCTURE_NAME |