[Home] [Help]
[Dependency Information]
Object Name: | AR_RATE_ADJUSTMENTS_ALL |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_RATE_ADJUSTMENTS_ALL table stores information about currency exchange rate adjustments. Oracle Receivables lets you make adjustments to a receipt's rate, rate type, or rate date before or after posting to General Ledger. Receivables creates one row for each receipt that is adjusted.
.
Each rate adjustment creates two new sets of receipt applications. The first set of receipt applications reverses existing applications with the old rate, and the second set creates receipt applications with the new rate.
.
The primary key for this table is RATE_ADJUSTMENT_ID.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_RATE_ADJUSTMENTS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AR_RATE_ADJUSTMENTS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
AR_RATE_ADJUSTMENTS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RATE_ADJUSTMENT_ID | NUMBER | (15) | Yes | Identifies the rate adjustment |
CASH_RECEIPT_ID | NUMBER | (15) | Yes | Identifies the payment that the adjustment was made against |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
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). | |
OLD_EXCHANGE_RATE | NUMBER | Yes | Exchange rate before the adjustment | |
NEW_EXCHANGE_RATE | NUMBER | Yes | Exchange rate after the adjustment | |
OLD_EXCHANGE_RATE_TYPE | VARCHAR2 | (30) | Yes | Exchange rate type before the adjustment |
NEW_EXCHANGE_RATE_TYPE | VARCHAR2 | (30) | Yes | Exchange rate type after the adjustment |
OLD_EXCHANGE_DATE | DATE | Yes | Exchange rate date before the adjustment | |
NEW_EXCHANGE_DATE | DATE | Yes | Exchange rate date after the adjustment | |
GAIN_LOSS | NUMBER | Yes | Gain or loss that is associated with the adjustment | |
GL_DATE | DATE | Yes | General Ledger date | |
GL_POSTED_DATE | DATE | General Ledger date of the posting when the adjustment was recognized | ||
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 | |
POSTING_CONTROL_ID | NUMBER | (15) | Receivables posting batch identifier, -1, -2, and -4 for posted in previous releases and -3 for not posted | |
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 id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
CREATED_FROM | VARCHAR2 | (30) | Yes | Indicates where this record was created. Valid values are ARXCAACI (Rate Adjustments form) or ARXAPCBR (Clear Bank Remittances form). |
ORG_ID | NUMBER | (15) | Organization identifier | |
MRC_OLD_EXCHANGE_RATE | VARCHAR2 | (2000) | MRC only: concatenated string of reporting Set of Books ID, exchange rate before the adjustment pairs | |
MRC_NEW_EXCHANGE_RATE | VARCHAR2 | (2000) | MRC only: concatenated string of reporting Set of Books ID, exchange rate after adjustment pairs | |
MRC_OLD_EXCHANGE_RATE_TYPE | VARCHAR2 | (2000) | MRC only: concatenated string of reporting Set of Books ID, exchange rate type before adjustment pairs | |
MRC_NEW_EXCHANGE_RATE_TYPE | VARCHAR2 | (2000) | MRC only: concatenated string of reporting Set of Books ID, exchange rate type after adjustment pairs | |
MRC_OLD_EXCHANGE_DATE | VARCHAR2 | (2000) | MRC only: concatenated string of reporting Set of Books ID, exchange rate date before adjustment pairs | |
MRC_NEW_EXCHANGE_DATE | VARCHAR2 | (2000) | MRC only: concatenated string of reporting Set of Books ID, exchange rate date after adjustment pairs | |
MRC_GAIN_LOSS | VARCHAR2 | (2000) | MRC only: concatenated string of reporting Set of Books ID, the gain or loss associated with adjustment pairs |
Cut, paste (and edit) the following text to query this object:
SELECT RATE_ADJUSTMENT_ID
, CASH_RECEIPT_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OLD_EXCHANGE_RATE
, NEW_EXCHANGE_RATE
, OLD_EXCHANGE_RATE_TYPE
, NEW_EXCHANGE_RATE_TYPE
, OLD_EXCHANGE_DATE
, NEW_EXCHANGE_DATE
, GAIN_LOSS
, GL_DATE
, GL_POSTED_DATE
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, POSTING_CONTROL_ID
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, REQUEST_ID
, CREATED_FROM
, ORG_ID
, MRC_OLD_EXCHANGE_RATE
, MRC_NEW_EXCHANGE_RATE
, MRC_OLD_EXCHANGE_RATE_TYPE
, MRC_NEW_EXCHANGE_RATE_TYPE
, MRC_OLD_EXCHANGE_DATE
, MRC_NEW_EXCHANGE_DATE
, MRC_GAIN_LOSS
FROM AR.AR_RATE_ADJUSTMENTS_ALL;
AR.AR_RATE_ADJUSTMENTS_ALL does not reference any database object
AR.AR_RATE_ADJUSTMENTS_ALL is referenced by following:
|
|
|