DOO_PROJECTS_INT

This table would contain Oracle Project Reference for Sales Order Line.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
SOURCE_TRANSACTION_ID VARCHAR2 50 Unique identifier of the transaction in the system that captured the transaction.
SOURCE_TRANSACTION_SYSTEM VARCHAR2 30 System or application that submitted the order request.
SOURCE_TRANSACTION_LINE_ID VARCHAR2 50 Unique identifier of the transaction line from the system that captured the transaction.
SOURCE_TRANSACTION_SCHEDULE_ID VARCHAR2 50 Unique identifier of a schedule, shipment, or subline, as assigned by the system that captured the transaction.
PROJECT_NUMBER VARCHAR2 25 Project Number. This attribute is used in deriving PROJECT_ID.
PROJECT_NAME VARCHAR2 240 Project Name. This attribute is used in deriving PROJECT_ID.
PROJECT_ID NUMBER 18 Identifier of the project used to build the transaction descriptive flexfield for project-related transaction distributions.
TASK_NUMBER VARCHAR2 100 Number of the task. This attribute is used in deriving TASK_ID.
TASK_NAME VARCHAR2 255 Name of the task. This attribute is used in deriving TASK_ID.
TASK_ID NUMBER 18 Identifier of the task used to build the transaction descriptive flexfield for project-related transaction distributions.
EXPENDITURE_ITEM_DATE DATE Date on which a project-related transaction is incurred.
EXPENDITURE_TYPE VARCHAR2 240 Expenditure Type Name. This attribute is used in deriving EXPENDITURE_TYPE_ID.
EXPENDITURE_TYPE_ID NUMBER 18 Expenditure type used to build the transaction descriptive flexfield for project-related transaction distributions.
EXPENDITURE_ORGANIZATION_NAME VARCHAR2 240 Name of the organization where the expenditure is incurred.
ORGANIZATION_ID NUMBER 18 Identifier for expenditure organization used to build the transaction descriptive flexfield for project-related transaction distributions.
CONTRACT_NUMBER VARCHAR2 240 The number of the contract/award used to fund the sponsored project.
CONTRACT_ID NUMBER 18 Identifier of contract. This attribute is used when Oracle Contract Billing or Oracle Grants Accounting is installed.
FUNDING_SOURCE_NUMBER VARCHAR2 240 The funding source number defined by user.
FUNDING_SOURCE_ID VARCHAR2 150 The identifier of the funding source.
BILLABLE_FLAG VARCHAR2 1 Flag that indicates if a project-related item is available to be billed to customers.
CAPITALIZABLE_FLAG VARCHAR2 1 Flag that indicates if a project-related item is eligible for capitalization.
CONTRACT_LINE_ID NUMBER 18 Tracks contract line information. This attribute is used when Oracle Contract Billing or Oracle Grants Accounting is installed.
WORK_TYPE VARCHAR2 240 Work Type. This attribute is used in deriving WORK_TYPE_ID.
WORK_TYPE_ID NUMBER 18 Identifier for project-related classification of the work performed.
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.
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.
RESERVED_ATTRIBUTE2 VARCHAR2 150 Reserved for project-related functionality.
RESERVED_ATTRIBUTE3 VARCHAR2 150 Reserved for project-related functionality.
RESERVED_ATTRIBUTE4 VARCHAR2 150 Reserved for project-related functionality.
RESERVED_ATTRIBUTE5 VARCHAR2 150 Reserved for project-related functionality.
RESERVED_ATTRIBUTE6 VARCHAR2 150 Reserved for project-related functionality.
RESERVED_ATTRIBUTE7 VARCHAR2 150 Reserved for project-related functionality.
RESERVED_ATTRIBUTE8 VARCHAR2 150 Reserved for project-related functionality.
RESERVED_ATTRIBUTE9 VARCHAR2 150 Reserved for project-related functionality.
RESERVED_ATTRIBUTE10 VARCHAR2 150 Reserved for project-related functionality.
LOAD_REQUEST_ID NUMBER 18 Unique identifier of the import request.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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_INT_N1 Non Unique Default SOURCE_TRANSACTION_ID, SOURCE_TRANSACTION_SYSTEM, SOURCE_TRANSACTION_LINE_ID, LOAD_REQUEST_ID