DBA Data[Home] [Help] [Dependency Information]


TABLE: AR.AR_TRANSACTION_HISTORY_ALL

Object Details
Object Name: AR_TRANSACTION_HISTORY_ALL
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_TRANSACTION_HISTORY_ALL
Subobject Name:
Status: VALID


The AR_TRANSACTION_HISTORY_ALL table stores detailed information about bills receivable transactions, including activities and the life cycle of bills receivable events. Oracle 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.
The primary key for this table is TRANSACTION_HISTORY_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_TRANSACTION_HISTORY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_HISTORY_ID
AR_TRANSACTION_HISTORY_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOMER_TRX_ID
AR_TRANSACTION_HISTORY_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOMER_TRX_ID
ColumnCURRENT_RECORD_FLAG
AR_TRANSACTION_HISTORY_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOMER_TRX_ID
ColumnCURRENT_ACCOUNTED_FLAG
AR_TRANSACTION_HISTORY_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_ID
AR_TRANSACTION_HISTORY_N5 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnGL_DATE
ColumnFIRST_POSTED_RECORD_FLAG
AR_TRANSACTION_HISTORY_N6 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPOSTING_CONTROL_ID
ColumnGL_DATE
AR_TRANSACTION_HISTORY_N7 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUEST_ID
AR_TRANSACTION_HISTORY_N8 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEVENT_ID
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_HISTORY_ID NUMBER (15) Yes Unique identifier for transaction history
CUSTOMER_TRX_ID NUMBER (15) Yes Identifies the transaction that this history row relates to
STATUS VARCHAR2 (30) Yes Transaction status. Lookup code for TRANSACTION_HISTORY_STATUS.
EVENT VARCHAR2 (30)
Event that resulted in the creation of this row. Lookup code for the TRANSACTION_HISTORY_EVENT column.
BATCH_ID NUMBER (15)
Foreign key to the AR_BATCHES or RA_BATCHES table. Points to batch used to create this row for the transaction.
TRX_DATE DATE
Yes Transaction date, when this history row occurs
GL_DATE DATE

General Ledger date for this history row
CURRENT_RECORD_FLAG VARCHAR2 (1)
Indicates if this row is the latest step for this transaction. Y for the latest step. Null for not the latest step.
CURRENT_ACCOUNTED_FLAG VARCHAR2 (1)
Indicates if this row is the latest accounted step for this transaction. Y for the latest accounted step. Null for not the latest step.
POSTABLE_FLAG VARCHAR2 (1) Yes Indicates if the row is postable. Y for postable. N for not postable.
FIRST_POSTED_RECORD_FLAG VARCHAR2 (1) Yes Indicates if this is the first row posted for the transaction. Y for the first row. N for not the first row.
POSTING_CONTROL_ID NUMBER (15) Yes Receivables posting batch identifier. -3 indicates that the row is not posted. Stores the identifier of the concurrent request for posted records.
GL_POSTED_DATE DATE

Date when record was submitted for General Ledger posting
PRV_TRX_HISTORY_ID NUMBER (15)
Unique identifier for transaction history of the record that precedes the current record
CREATED_FROM VARCHAR2 (30) Yes Code for form or program that created this row
COMMENTS VARCHAR2 (240)
Comments related to this row
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure definition column.
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent program who column. Application identifier of the program that last updated this row.
PROGRAM_ID NUMBER (15)
Concurrent program who column. Identifier of the program that last updated this row.
PROGRAM_UPDATE_DATE DATE

Concurrent program who column. Date when a program last updated this row.
REQUEST_ID NUMBER (15)
Concurrent program who column. Identifier of the concurrent request that last updated this row.
CREATION_DATE DATE
Yes Standard who column. Date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column. User who created this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column. Operating system login of user who last updated this row.
LAST_UPDATE_DATE DATE
Yes Standard Who column. Date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column. User who last updated this row.
ORG_ID NUMBER (15)
Organization identifier
MRC_POSTING_CONTROL_ID VARCHAR2 (2000)
No longer in use. Multiple Reporting Currencies columns are obsolete in R12. Accounting information for reporting currency is stored in Subledger Accounting tables in R12.
MRC_GL_POSTED_DATE VARCHAR2 (2000)
No longer in use. Multiple Reporting Currencies columns are obsolete in R12. Accounting information for reporting currency is stored in Subledger Accounting tables in R12.
MRC_CREATED_FROM VARCHAR2 (2000)
No longer in use. Multiple Reporting Currencies columns are obsolete in R12. Accounting information for reporting currency is stored in Subledger Accounting tables in R12.
MATURITY_DATE DATE

Maturity date for this history row
EVENT_ID NUMBER (15)
Identifier of the event created in Subledger Accounting.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TRANSACTION_HISTORY_ID
,      CUSTOMER_TRX_ID
,      STATUS
,      EVENT
,      BATCH_ID
,      TRX_DATE
,      GL_DATE
,      CURRENT_RECORD_FLAG
,      CURRENT_ACCOUNTED_FLAG
,      POSTABLE_FLAG
,      FIRST_POSTED_RECORD_FLAG
,      POSTING_CONTROL_ID
,      GL_POSTED_DATE
,      PRV_TRX_HISTORY_ID
,      CREATED_FROM
,      COMMENTS
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      REQUEST_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      ORG_ID
,      MRC_POSTING_CONTROL_ID
,      MRC_GL_POSTED_DATE
,      MRC_CREATED_FROM
,      MATURITY_DATE
,      EVENT_ID
FROM AR.AR_TRANSACTION_HISTORY_ALL;

Dependencies

[top of page]

AR.AR_TRANSACTION_HISTORY_ALL does not reference any database object

AR.AR_TRANSACTION_HISTORY_ALL is referenced by following:

SchemaAPPS
SynonymAR_TRANSACTION_HISTORY
SynonymAR_TRANSACTION_HISTORY_ALL