RCS_DEFAULT_PROJECT_ATTRS

This table models defaults for project driven supply chain and procurement

Details

  • Schema: FUSION

  • Object owner: RCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

RCS_DEFAULT_PROJECT_ATTRS_PK

ATTRIBUTE_DEFAULT_ID

Columns

Name Datatype Length Precision Not-null Comments
ATTRIBUTE_DEFAULT_ID NUMBER 18 Yes Primary key. Represents a row of defaults for one or more UDAs associated to a valid combination of Project, Task and Organization.
PROJECT_ID NUMBER 18 Optional Project Identifier for a set of UDA defaults.
TASK_ID NUMBER 18 Optional Task Identifier for a set of UDA defaults for a project mentioned.
ORGANIZATION_ID NUMBER 18 Optional SCM project striping enabled organization identifier for a set of UDA defaults.
PJC_CONTEXT_CATEGORY VARCHAR2 40 Segment used to identify the descriptive flexfield application context for project-related standardized cost collection.
PJC_PROJECT_ID NUMBER 18 Identifier of the project used to build the transaction descriptive flexfield for project-related transaction distributions.
PJC_TASK_ID NUMBER 18 Identifier of the task used to build the transaction descriptive flexfield for project-related transaction distributions.
PJC_EXPENDITURE_TYPE_ID NUMBER 18 Expenditure type used to build the transaction descriptive flexfield for project-related transaction distributions.
PJC_EXPENDITURE_ITEM_DATE DATE Date on which a project-related transaction is incurred.
PJC_ORGANIZATION_ID NUMBER 18 Identifier for expenditure organization used to build the transaction descriptive flexfield for project-related transaction distributions.
PJC_BILLABLE_FLAG VARCHAR2 1 Flag that indicates if a project-related item is available to be billed to customers.
PJC_CAPITALIZABLE_FLAG VARCHAR2 1 Flag that indicates if a project-related item is eligible for capitalization.
PJC_WORK_TYPE_ID NUMBER 18 Identifier for project-related classification of the worked performed.
PJC_CONTRACT_ID NUMBER 18 Identifier of contract. This attribute is used when Oracle Contract Billing or Oracle Grants Accounting is installed.
PJC_CONTRACT_LINE_ID NUMBER 18 Tracks contract line information. This attribute is used when Oracle Contract Billing or Oracle Grants Accounting is installed.
PJC_FUNDING_ALLOCATION_ID NUMBER 18 Specifies the name of the project funding override. This attribute is used when Oracle Contract Billing or Oracle Grants Accounting is installed
PJC_RESERVED_ATTRIBUTE1 VARCHAR2 150 Reserved for future project-related functionality
PJC_RESERVED_ATTRIBUTE2 VARCHAR2 150 Reserved for future project-related functionality
PJC_RESERVED_ATTRIBUTE3 VARCHAR2 150 Reserved for future project-related functionality
PJC_RESERVED_ATTRIBUTE4 VARCHAR2 150 Reserved for future project-related functionality
PJC_RESERVED_ATTRIBUTE5 VARCHAR2 150 Reserved for future project-related functionality
PJC_RESERVED_ATTRIBUTE6 VARCHAR2 150 Reserved for future project-related functionality
PJC_RESERVED_ATTRIBUTE7 VARCHAR2 150 Reserved for future project-related functionality
PJC_RESERVED_ATTRIBUTE8 VARCHAR2 150 Reserved for future project-related functionality
PJC_RESERVED_ATTRIBUTE9 VARCHAR2 150 Reserved for future project-related functionality
PJC_RESERVED_ATTRIBUTE10 VARCHAR2 150 Reserved for future project-related functionality
PJC_USER_DEF_ATTRIBUTE1 VARCHAR2 150 Reserved for user-definable project information
PJC_USER_DEF_ATTRIBUTE2 VARCHAR2 150 Reserved for user-definable project information
PJC_USER_DEF_ATTRIBUTE3 VARCHAR2 150 Reserved for user-definable project information
PJC_USER_DEF_ATTRIBUTE4 VARCHAR2 150 Reserved for user-definable project information
PJC_USER_DEF_ATTRIBUTE5 VARCHAR2 150 Reserved for user-definable project information
PJC_USER_DEF_ATTRIBUTE6 VARCHAR2 150 Reserved for user-definable project information
PJC_USER_DEF_ATTRIBUTE7 VARCHAR2 150 Reserved for user-definable project information
PJC_USER_DEF_ATTRIBUTE8 VARCHAR2 150 Reserved for user-definable project information
PJC_USER_DEF_ATTRIBUTE9 VARCHAR2 150 Reserved for user-definable project information
PJC_USER_DEF_ATTRIBUTE10 VARCHAR2 150 Reserved for user-definable project information
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.
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
RCS_DEFAULT_PROJECT_ATTRS_U1 Unique Default ATTRIBUTE_DEFAULT_ID
RCS_DEFAULT_PROJECT_ATTR_U2 Unique Default PROJECT_ID, TASK_ID, ORGANIZATION_ID