PJC_CINT_SOURCE_DETAILS

Stores the source detail expenditures used to create the associated Capitalized Interest transactions.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Columns

Name Datatype Length Precision Not-null Comments
ALLOC_TXN_ID NUMBER 18 Yes Allocation Transaction Identifier
PROJECT_ID NUMBER 18 Yes Project Identifier
FISCAL_YEAR NUMBER 18 Yes End date of the calculation p period
PERIOD_NUM NUMBER Yes Fiscal year of the calculation period
RUN_PERIOD_END_DATE DATE Calculation period number
EXPENDITURE_ITEM_ID NUMBER 18 Yes Expenditure Item Identifier
LINE_NUM NUMBER 18 Yes Expenditure Distribution Line Number
PRIOR_AMOUNT NUMBER Prior basis amount used to create the interest transaction
CURRENT_AMOUNT NUMBER Current basis amount used to create the interest transaction.
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.
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_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.

Foreign Keys

Table Foreign Table Foreign Key Column
PJC_CINT_SOURCE_DETAILS pjc_alloc_txn_details ALLOC_TXN_ID

Indexes

Index Uniqueness Tablespace Columns
PA_CINT_SOURCE_DETAILS_N1 Non Unique Default ALLOC_TXN_ID
PA_CINT_SOURCE_DETAILS_N2 Non Unique Default RUN_PERIOD_END_DATE, PROJECT_ID