FA_APPROVAL_SUMMARY_

This table stores the approval summary of each asset transaction that passes through the Asset Transactions Approval Workflow process. The process inserts one record for the final approval status.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FA_APPROVAL_SUMMARY_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, APPROVAL_ID

Columns

Name Datatype Length Precision Not-null Comments
APPROVAL_ID NUMBER 18 Yes Identifier of the asset transaction approval cycle.
ASSET_ID NUMBER 18 Identifier of the asset number.
BOOK_TYPE_CODE VARCHAR2 30 Name of the asset book in which the asset is recorded.
TRANSACTION_TYPE_CODE VARCHAR2 30 Unique code used to identify each asset transaction.
TRANSACTION_HEADER_ID NUMBER 18 Identifier of the asset transaction.
TRANSACTION_INTERFACE_ID NUMBER 18 Unique identifier stored in the transaction interface table for the asset transaction.
MASS_TRANSACTION_ID NUMBER 18 Identifier of the mass transaction.
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.
PERIOD_COUNTER NUMBER 18 Identifier of the depreciation period.
APPROVAL_STATUS_CODE VARCHAR2 30 Status of the asset transaction approval.
AMOUNT_APPROVED NUMBER Transaction amount approved by the approver.
PROCESSED_TRANSACTIONS_COUNT NUMBER 18 Number of asset transactions that are processed in a batch.
TOTAL_TRANSACTIONS_COUNT NUMBER 18 Total number of asset transactions in a batch.
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_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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 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.
APPROVAL_STAGE_CODE VARCHAR2 30 Unique code used to identify the type of asset transaction approval.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
FA_APPROVAL_SUMMARY_N1_ Non Unique Default APPROVAL_ID, LAST_UPDATE_DATE
FA_APPROVAL_SUMMARY_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, APPROVAL_ID