[Home] [Help]
[Dependency Information]
Object Name: | AP_POL_EXRATE_OPTIONS_ALL |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
AP_POL_EXRATE_TOLERANCES is a Policy Compliance-specific table that contains exchange rate tolerances for policy compliance validation. The data in this table is used on the expense report validation to determine whether the report violates a company policy. When exchange rates are entered in an expense report, the exchange rate is validated against the GL daily rates, plus the exchange rate allowance. This is especially important for countries with high fluctuations in their exchange rates. The primary key for this table is EXCHANGE_RATE_TOLERANCE_ID.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AP_POL_EXRATE_OPTIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AP_POL_EXRATE_OPTIONS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXCHANGE_RATE_ID | NUMBER | (15) | Yes | Exchange rate unique identifier. |
DEFAULT_EXCHANGE_RATES | VARCHAR2 | (30) | Yes | Lookup code to indicate whether exchange rates are defaulted for the organization. |
EXCHANGE_RATE_TYPE | VARCHAR2 | (30) | Yes | Lookup code to indicate exchange rate type. |
EXCHANGE_RATE_ALLOWANCE | NUMBER | Based on the value entered in this field, the exchange rates on the GL daily rates tables are increased by the given percentage. | ||
OVERALL_TOLERANCE | NUMBER | Overall tolerance for all other currencies. | ||
ORG_ID | NUMBER | (15) | Organization identifier | |
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). |
ENABLED | VARCHAR2 | (1) | Yes | This column stores a flag which indicates whether the exchange rate option row is enabled or not. A row can only be used for policy compliance if it is enabled. |
Cut, paste (and edit) the following text to query this object:
SELECT EXCHANGE_RATE_ID
, DEFAULT_EXCHANGE_RATES
, EXCHANGE_RATE_TYPE
, EXCHANGE_RATE_ALLOWANCE
, OVERALL_TOLERANCE
, ORG_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, ENABLED
FROM AP.AP_POL_EXRATE_OPTIONS_ALL;
AP.AP_POL_EXRATE_OPTIONS_ALL does not reference any database object
AP.AP_POL_EXRATE_OPTIONS_ALL is referenced by following:
|
|
|