AR_APPROVAL_ACTION_HISTORY

The AR_APPROVAL_ACTION_HISTORY table stores information about each step in the life cycle of an adjustment. A record is created in this table each time you change the status of a pending adjustment. For example, if you reject an adjustment today because you need more information, the ACTION_NAME column stores Rejected, the ACTION_DATE column stores today's date, and the COMMENTS column stores the comments that you entered, such as, 'Need more information'. The primary key for this table is APPROVAL_ACTION_HISTORY_ID.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

AR_APPROVAL_ACTION_HISTORY_PK

APPROVAL_ACTION_HISTORY_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
APPROVAL_ACTION_HISTORY_ID NUMBER 18 Yes Approval action identifier.
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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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.
ACTION_NAME VARCHAR2 20 Yes Name of action taken by approver.
ADJUSTMENT_ID NUMBER 18 Yes Identifier of adjustment associated with this approval action
ACTION_DATE DATE Yes Date of action taken by approver.
COMMENTS VARCHAR2 2000 Comments user enters about approval action
CONTEXT VARCHAR2 150 Not currently used.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Approval Action History (AR_APPROVAL_ACTION_HISTORY)
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
AR_APPROVAL_ACTION_HISTORY ar_adjustments_all ADJUSTMENT_ID

Indexes

Index Uniqueness Tablespace Columns
AR_APPROVAL_ACTION_HISTORY_U1 Unique Default APPROVAL_ACTION_HISTORY_ID
AR_APPROVAL_ACTION_HISTORY_N1 Non Unique Default ADJUSTMENT_ID