PJS_AWARD_UNALLOC_FUND_FCT

Table to store summary unallocated funding amounts for Grants Awards.

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJS_AWARD_UNALLOC_FUND_FCT_PK

AWARD_ID, FUNDING_SOURCE_ID

Columns

Name Datatype Length Precision Not-null Comments
AWARD_ID NUMBER 18 Yes Award Id
FUNDING_SOURCE_ID NUMBER 18 Yes Id of the funding source which has unallocated funds
BUSINESS_UNIT_ID NUMBER 18 Id of Business Unit associated to the award
CURRENCY_CODE VARCHAR2 15 Currency Code
FUNDING_AMOUNT NUMBER Total funding amount for the funding source
UNALLOCATED_AMOUNT NUMBER Amount unallocated to the funding source
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
PJS_AWARD_UNALLOC_FUND_FCT_U1 Unique FUSION_TS_TX_IDX AWARD_ID, FUNDING_SOURCE_ID