AR_TRANSACTION_HISTORY_ALL
AR_TRANSACTION_HISTORY_ALL contains detailed information about each bills receivable transaction, including activities and the life cycle of bills receivable events. Oracle Fusion Receivables creates a new row each time there is activity on the bills receivable transaction, such as a payment or endorsement, or when the status of the bills receivable transaction changes, such as when a bill is completed or accepted. This table also stores the header for Oracle Fusion Receivables posting information.
Details
-
Schema: FUSION
-
Object owner: AR
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
AR_TRANSACTION_HISTORY_AL_PK |
TRANSACTION_HISTORY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TRANSACTION_HISTORY_ID | NUMBER | 18 | Yes | Bills receivable history record Identifier. | |
| CUSTOMER_TRX_ID | NUMBER | 18 | Yes | Identifies the bills receivable associated to the history record. | |
| STATUS | VARCHAR2 | 30 | Yes | Historical status of a bill receivable. | |
| EVENT | VARCHAR2 | 30 | Event that resulted in the creation of a history record. | ||
| BATCH_ID | NUMBER | 18 | Bills receivable batch identifier. | ||
| TRX_DATE | DATE | Yes | Date of the event that resulted in the creation of a history record. | ||
| GL_DATE | DATE | Accounting date of the event that resulted in the creation of a history record. | |||
| CURRENT_RECORD_FLAG | VARCHAR2 | 1 | Indicates whether a history record is the latest record for a bill receivable. | ||
| CURRENT_ACCOUNTED_FLAG | VARCHAR2 | 1 | Indicates whether a history record is the latest accounted record for a bill receivable. | ||
| POSTABLE_FLAG | VARCHAR2 | 1 | Yes | Indicates whether a history record is postable. | |
| FIRST_POSTED_RECORD_FLAG | VARCHAR2 | 1 | Yes | Indicates whether a history record is the first posted record for a bill receivable. | |
| POSTING_CONTROL_ID | NUMBER | 18 | Yes | Receivables posting batch identifier. | |
| GL_POSTED_DATE | DATE | Date when the record was submitted to the General Ledger for posting. | |||
| PRV_TRX_HISTORY_ID | NUMBER | 18 | Identifier of the previous history record that precedes the current record. | ||
| CREATED_FROM | VARCHAR2 | 30 | Yes | Page or process that created a history record. | |
| COMMENTS | VARCHAR2 | 240 | User-entered comments for a history record. | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
| ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| PROGRAM_APPLICATION_ID | NUMBER | 18 | Identifier of the application that owns the process that last updated the history record. | ||
| PROGRAM_ID | NUMBER | 18 | Identifier of the process that last updated the history record. | ||
| PROGRAM_UPDATE_DATE | DATE | Date when the history record was last updated by a process. | |||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| 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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to 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_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| MRC_POSTING_CONTROL_ID | VARCHAR2 | 2000 | Not currently used. | ||
| MRC_GL_POSTED_DATE | VARCHAR2 | 2000 | Not currently used. | ||
| MRC_CREATED_FROM | VARCHAR2 | 2000 | Not currently used. | ||
| MATURITY_DATE | DATE | Maturity date of the history record. | |||
| EVENT_ID | NUMBER | 18 | Subledger Accounting event identifier that is related to the history record. | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| AR_TRANSACTION_HISTORY_N2 | Non Unique | FUSION_TS_TX_IDX | CUSTOMER_TRX_ID, CURRENT_RECORD_FLAG |
| AR_TRANSACTION_HISTORY_N3 | Non Unique | FUSION_TS_TX_IDX | CUSTOMER_TRX_ID, CURRENT_ACCOUNTED_FLAG |
| AR_TRANSACTION_HISTORY_N4 | Non Unique | FUSION_TS_TX_IDX | BATCH_ID |
| AR_TRANSACTION_HISTORY_N5 | Non Unique | FUSION_TS_TX_IDX | GL_DATE, FIRST_POSTED_RECORD_FLAG |
| AR_TRANSACTION_HISTORY_N6 | Non Unique | FUSION_TS_TX_IDX | POSTING_CONTROL_ID, GL_DATE |
| AR_TRANSACTION_HISTORY_N7 | Non Unique | FUSION_TS_TX_IDX | REQUEST_ID |
| AR_TRANSACTION_HISTORY_N8 | Non Unique | FUSION_TS_TX_IDX | EVENT_ID |
| AR_TRANSACTION_HISTORY_U1 | Unique | FUSION_TS_TX_IDX | TRANSACTION_HISTORY_ID |