DOO_PROJECTS

This table would contain Oracle Project Reference for Sales Order Line

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

DOO_PROJECTS_PK

DOO_ORDER_PRJ_ID

Columns

Name Datatype Length Precision Not-null Comments
DOO_ORDER_PRJ_ID NUMBER 18 Yes Unique identifier for the table
PARENT_ENTITY_ID NUMBER 18 Yes Identifier for parent entity to which this project record is associated
PARENT_ENTITY_CODE VARCHAR2 30 Yes Code for parent entity to which this project record is associated
REF_DOO_ORDER_PRJ_ID NUMBER 18 Used by change mgmt to associate the change order line's Project Ref Id with the original.
MODIFIED_FLAG VARCHAR2 1 Indicates that the row has been modified in the version currently submitted
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
DOO_PROJECTS_N1 Non Unique Default REF_DOO_ORDER_PRJ_ID
DOO_PROJECTS_N2 Non Unique Default PARENT_ENTITY_ID, PARENT_ENTITY_CODE
DOO_PROJECTS_N3 Non Unique Default PJC_PROJECT_ID
DOO_PROJECTS_N4 Non Unique Default PJC_TASK_ID
DOO_PROJECTS_PK Unique Default DOO_ORDER_PRJ_ID