PJO_XCC_CTRL_BDGT_SEGMENTS

PJO_XCC_CTRL_BDGT_SEGMENTS table stores the control budget account segments

Details

  • Schema: FUSION

  • Object owner: PJO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJO_XCC_CTRL_BDGT_SEGMENT_PK

CTRL_BDGT_SEGMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
CTRL_BDGT_SEGMENT_ID NUMBER 18 Yes Unique identifier of a row within this table
DISPLAY_SEQUENCE NUMBER 6 Numerical order of the control budget account segment for a task in the task tree.
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.
PROJECT_ID NUMBER 18 Yes Unique identifier of the project for this financial plan version
OBJECT_TYPE VARCHAR2 30 Yes Indicates whether the financial plan version for the control budget account segment is associated with a project or award. Valid values are PROJECT and AWARD.
OBJECT_ID NUMBER 18 Yes Unique identifier of the project or award associated with the financial plan version.
SEGMENT_TYPE VARCHAR2 20 Yes Indicates whether the control budget account segment is associated with a task or a resource. Valid values are TASK and RESOURCE.
TASK_ID NUMBER 18 Unique identifier of the task.
RBS_ELEMENT_ID NUMBER 18 Unique identifier of the resource.
PROJECT_NUMBER VARCHAR2 25 Yes Number of the project.
PROJECT_NAME VARCHAR2 240 Yes Name of the Project.
TASK_NUMBER VARCHAR2 100 Number of the task.
TASK_NAME VARCHAR2 255 Name of the Task
RESOURCE_ALIAS VARCHAR2 240 Alternate name of the Resource.
RESOURCE_NAME VARCHAR2 240 Name of the Resource
TASK_TOP_ELEM_ID NUMBER 18 Unique identifier of the top task for the current row in the task control budget account segment.
RESOURCE_PARENT_ID NUMBER 18 Unique identifier of the parent resource for the current row in the resource control budget account segment.
CTRL_BUDGET_SEGMENT VARCHAR2 50 Yes Concatenated text for the control budget account segment. The control budget account segment contains concatenated text of either the project number and task number, or project number and resource alias.
UNIQUE_FLAG VARCHAR2 1 Yes Indicates whether the control budget account segment is unique for the project.
CONTRACT_NUMBER VARCHAR2 120 Number of the contract associated with the award.
TREE_FLAG VARCHAR2 1 Indicates whether the control budget account segment is present in the tree. Valid values are Yes and No.
SAVED_FLAG VARCHAR2 1 Indicates whether the control budget account segment is saved. Valid values are Yes or No.

Foreign Keys

Table Foreign Table Foreign Key Column
PJO_XCC_CTRL_BDGT_SEGMENTS pjf_projects_all_b PROJECT_ID
PJO_XCC_CTRL_BDGT_SEGMENTS pjf_proj_elements_b TASK_ID
PJO_XCC_CTRL_BDGT_SEGMENTS pjf_rbs_elements RBS_ELEMENT_ID

Indexes

Index Uniqueness Tablespace Columns
PJO_XCC_CTRL_BDGT_SEGMENTS_U1 Unique Default CTRL_BDGT_SEGMENT_ID
PJO_XCC_CTRL_BDGT_SGMTS_N1 Non Unique Default SEGMENT_TYPE, PROJECT_ID, TASK_ID
PJO_XCC_CTRL_BDGT_SGMTS_N2 Non Unique Default SEGMENT_TYPE, PROJECT_ID, RBS_ELEMENT_ID
PJO_XCC_CTRL_BDGT_SGMTS_N3 Non Unique Default SEGMENT_TYPE, CTRL_BUDGET_SEGMENT