PJB_CLIN_INTERNAL_ATTRS_H

This table archives contract line attributes.

Details

  • Schema: FUSION

  • Object owner: PJB

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJB_CLIN_INTERNAL_ATTRS_H_PK

CONTRACT_LINE_ID, MAJOR_VERSION

Columns

Name Datatype Length Precision Not-null Comments
CONTRACT_LINE_ID NUMBER 18 Yes Unique identifier of the contract line id *****
MAJOR_VERSION NUMBER 18 Yes Unique identifier major version of the contract line *****
VERSION_TYPE VARCHAR2 1 Yes VERSION_TYPE *****
CONTRACT_ID NUMBER 18 Yes Unique identifier of the contract *****
PROVIDER_BUSINESS_UNIT_ID NUMBER 18 Provider business unit that belongs to contract LE *****
RCVR_BUSINESS_UNIT_ID NUMBER 18 Receiver business unit that belongs to the bill to contact LE of the bill plan
RCVR_SETUP_CODE VARCHAR2 30 Internal column that indicates if the receiver setup is for one project or all projects of a receiver business unit
RECEIVER_PROJECT_ID NUMBER 18 Receiver project defined on contract line *****
RECEIVER_TASK_ID NUMBER 18 Receiver task defined on contract line *****
EXPENDITURE_ORG_ID NUMBER 18 Receiver expenditure org defined on contract line *****
EXPENDITURE_TYPE_ID NUMBER 18 Receiver expenditure type defined on contract line *****
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.
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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
EXTERNAL_KEY1 VARCHAR2 150 External key that uniquely identifies a record.
EXTERNAL_KEY2 VARCHAR2 150 Additional attribute to qualify external key.
EXP_TYPE_ORIG_EI_FLAG VARCHAR2 1 If the flag is 'Y', set the Expenditure Type on the internal AP invoice line to the Expenditure Type on the original provider expenditure item
EXP_ORG_SOURCE VARCHAR2 20 Optional Y/N flag. If the flag is 'Y', set Expenditure Org on the IC AP invoice line to Task-owning Org of the expenditure item
CTRL_MS_DATES_FLAG VARCHAR2 1 Indicates whether milestone date changes are allowed in the project plan. Possible values are Y and N. Setting it to Y indicates that the milestone dates can be modified in the project plan.
MANAGE_MS_IN_PLAN_FLAG VARCHAR2 1 Indicates whether milestones are managed in the project plan. Possible values are Y and N. Setting it to Y specifies that milestones are managed in the project plan.

Indexes

Index Uniqueness Tablespace Columns
PJB_CLIN_INTERNAL_ATTRS_H_U1 Unique Default CONTRACT_LINE_ID, MAJOR_VERSION