PJC_EXP_COMMENTS

PA_EXPENDITURE_COMMENTS stores free text comments associated with expenditure items that describe the work performed for those items. Oracle Projects supports a single-line comment for expenditure items entered by either the pre-approved or the online method of expenditure entry. . .

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PJC_EXP_COMMENTS_PK

EXPENDITURE_ITEM_ID, LINE_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
EXPENDITURE_ITEM_ID NUMBER 18 Yes The identifier of the expenditure item for which the comments are entered
LINE_NUMBER NUMBER 18 Yes The sequential number to identify and order the expenditure comments of an expenditure item
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.
EXPENDITURE_COMMENT VARCHAR2 240 Yes The free text comment entered for an expenditure item to further describe work done
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or 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.

Foreign Keys

Table Foreign Table Foreign Key Column
PJC_EXP_COMMENTS pjc_exp_items_all EXPENDITURE_ITEM_ID

Indexes

Index Uniqueness Tablespace Columns
PJC_EXP_COMMENTS_U1 Unique Default EXPENDITURE_ITEM_ID, LINE_NUMBER