[Home] [Help]
[Dependency Information]
Object Name: | AR_MC_TRANSACTION_HISTORY |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_MC_TRANSACTION_HISTORY table is a Multiple Reporting Currencies (MRC) subtable of the AR_TRANSACTION_HISTORY_ALL table. The AR_MC_TRANSACTION_HISTORY table stores posting-related information about transaction history lines for each reporting set of books that is associated with the parent record in the AR_TRANSACTION_HISTORY_ALL table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_MC_TRANSACTION_HISTORY_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
AR_MC_TRANSACTION_HISTORY_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TRANSACTION_HISTORY_ID | NUMBER | (15) | Yes | Transaction history line identifier |
CUSTOMER_TRX_ID | NUMBER | (15) | Yes | Transaction identifier |
STATUS | VARCHAR2 | (30) | Yes | Bill receivable transaction status |
SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
POSTING_CONTROL_ID | NUMBER | (15) | Yes | Receivable posting batch identifier; -3 means that the row is not posted. |
GL_POSTED_DATE | DATE | Date this record was posted to General Ledger | ||
CREATED_FROM | VARCHAR2 | (30) | Yes | Code pointing to the form/program that created 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 (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
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 (foreign key to FND_USER.USER_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_HISTORY_ID
, CUSTOMER_TRX_ID
, STATUS
, SET_OF_BOOKS_ID
, POSTING_CONTROL_ID
, GL_POSTED_DATE
, CREATED_FROM
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM AR.AR_MC_TRANSACTION_HISTORY;
AR.AR_MC_TRANSACTION_HISTORY does not reference any database object
AR.AR_MC_TRANSACTION_HISTORY is referenced by following:
|
|
|