FA_APPROVAL_DETAILS

This table stores the approval history details of each asset transaction that passes through the Asset Transactions Approval Workflow process. The process inserts a record for each approver assigned to the asset transaction.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FA_APPROVAL_DETAILS_PK

APPROVAL_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
APPROVAL_ID NUMBER 18 Yes Identifier of the asset transaction approval cycle.
APPROVAL_DETAIL_ID NUMBER 18 Yes Identifier for every record created during an approval cycle.
PRIOR_APPROVAL_DETAIL_ID NUMBER 18 Identifier of the prior asset transaction approval cycle.
APPROVAL_ITERATION NUMBER 9 Number of times an asset transaction passed through the approval workflow process.
APPROVAL_LEVEL NUMBER 9 Level of the approver in an approval cycle.
RESPONSE_CODE VARCHAR2 30 Response of the approver for a given transaction approval request.
APPROVER_NAME VARCHAR2 100 Login user name of the approver.
APPROVER_COMMENTS VARCHAR2 240 Comments provided by the approver for the asset transaction.
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.
HISTORY_HASHCODE VARCHAR2 250 Stores the hash code keys for comments, attachments, or history records. Hash code keys are 20 characters long. The application can store a maximum of 11 hash codes separated by comma. As a result, the length limit for the column is 229 characters, including commas.
RULE_NAME VARCHAR2 4000 The workflow rule used for assigning the workflow task to the user.
ACTION_DATE TIMESTAMP The date when an assignee performed an action on a particular workflow task.

Foreign Keys

Table Foreign Table Foreign Key Column
FA_APPROVAL_DETAILS fa_approval_summary APPROVAL_ID

Indexes

Index Uniqueness Tablespace Columns
FA_APPROVAL_DETAILS_N1 Non Unique Default APPROVAL_ID
FA_APPROVAL_DETAILS_N2 Non Unique Default PRIOR_APPROVAL_DETAIL_ID
FA_APPROVAL_DETAILS_N3 Non Unique Default APPROVER_NAME
FA_APPROVAL_DETAILS_U1 Unique Default APPROVAL_DETAIL_ID