FV_TREASURY_CONFIRM_ACTION

This table contains the actions performed against each treasury confirmation.

Details

  • Schema: FUSION

  • Object owner: FV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FV_TREASURY_CONFIRM_ACTION_PK

REVISION_ID

Columns

Name Datatype Length Precision Not-null Comments
REVISION_ID NUMBER 18 Yes Unique identifier for the treasury confirmation action.
TREASURY_CONFIRMATION_ID NUMBER 18 Yes Unique identifier for the treasury confirmation.
ACTION_TYPE_CODE VARCHAR2 30 Status of treasury confirmation. Valid values include Confirmed, Unconfirmed, and Backed Out.
EVENT_ID NUMBER 18 Subledger accounting event identifier for the current line.
EVENT_DATE DATE The date the payment request was confirmed or backed out.
ACCOUNTED_FLAG VARCHAR2 1 Indicates whether the accounting for the current line, confirmed or backed out, is complete
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.
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.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REVISION_NUM NUMBER 18 Yes Revision number for the treasury confirmation record.

Indexes

Index Uniqueness Tablespace Columns
FV_TREASURY_CONFIRM_ACTION_N1 Non Unique FUSION_TS_TX_IDX TREASURY_CONFIRMATION_ID
FV_TREASURY_CONFIRM_ACTION_N2 Non Unique FUSION_TS_TX_IDX EVENT_ID
FV_TREASURY_CONFIRM_ACTION_U1 Unique FUSION_TS_TX_IDX REVISION_ID