PJC_DISTRIBUTE_RULES

PJC_DISTRIBUTE_RULES contains the rules for each action set.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJC_DISTRIBUTE_RULES_PK

DISTRIBUTE_RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
DISTRIBUTE_RULE_ID NUMBER 18 Yes System generated identifier that uniquely identifies rule.
DISTRIBUTE_RULE_SET_ID NUMBER 18 Yes System generated identifier that uniquely identifies action set, FK PJC_DISTRIBUTE_RULE_SETS_B.
DISTRIBUTE_RULE_SET_NUMBER NUMBER 9 Yes Auto generated number as a counter within the Distribution Rule.
PERCENTAGE NUMBER 5 Yes Percentage associated to the rule.
CONTRACT_ID NUMBER 18 Identifier of the contract for this rule.
FUNDING_SOURCE_ID NUMBER 18 Identifier of the funding source for this rule.
TARGET_CCID NUMBER 18 CCID defining the set of GL segments.
PROJECT_ID NUMBER 18 Identifier of the project for this rule.
TASK_ID NUMBER 18 Identifier of the task for this rule.
EXPENDITURE_TYPE_ID NUMBER 18 Identifier of the expenditure type for this rule.
EXPENDITURE_ORGANIZATION_ID NUMBER 18 Identifier of the expenditure organization for this rule.
BILLABLE_FLAG VARCHAR2 1 Identifies if the cost is billable.
CAPITALIZABLE_FLAG VARCHAR2 1 Identifies if the cost is capitalizable.
WORK_TYPE_ID NUMBER 18 Identifier of the work type for this rule.
CONTEXT_CATEGORY VARCHAR2 40 Segment used to identify the descriptive flexfield application context for project-related standardized cost collection.
RESERVED_ATTRIBUTE1 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE2 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE3 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE4 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE5 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE6 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE7 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE8 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE9 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE10 VARCHAR2 150 Reserved for future project-related functionality.
USER_DEF_ATTRIBUTE1 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE2 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE3 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE4 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE5 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE6 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE7 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE8 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE9 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE10 VARCHAR2 150 Reserved for user-definable project information.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
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.

Indexes

Index Uniqueness Tablespace Columns
PJC_DISTRIBUTE_RULES_N1 Non Unique Default FUNDING_SOURCE_ID
PJC_DISTRIBUTE_RULES_N2 Non Unique Default CONTRACT_ID
PJC_DISTRIBUTE_RULES_U1 Unique Default DISTRIBUTE_RULE_ID
PJC_DISTRIBUTE_RULES_U2 Unique Default DISTRIBUTE_RULE_ID, DISTRIBUTE_RULE_SET_NUMBER