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

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 Yes 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 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_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 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.
APPROVAL_STAGE_CODE VARCHAR2 30 Unique code used to identify the type of asset transaction approval.

Foreign Keys

Table Foreign Table Foreign Key Column
fa_approval_details fa_approval_summary APPROVAL_ID

Indexes

Index Uniqueness Tablespace Columns
FA_APPROVAL_SUMMARY_N1 Non Unique Default TRANSACTION_HEADER_ID
FA_APPROVAL_SUMMARY_N2 Non Unique Default TRANSACTION_INTERFACE_ID
FA_APPROVAL_SUMMARY_N3 Non Unique Default MASS_TRANSACTION_ID
FA_APPROVAL_SUMMARY_U1 Unique Default APPROVAL_ID