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


TABLE: AP.AP_POL_EXRATE_TOLERANCES

Object Details
Object Name: AP_POL_EXRATE_TOLERANCES
Object Type: TABLE
Owner: AP
FND Design Data: TableSQLAP.AP_POL_EXRATE_TOLERANCES
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_POL_EXRATE_TOLERANCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXCHANGE_RATE_TOLERANCE_ID
AP_POL_EXRATE_TOLERANCES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXCHANGE_RATE_ID
Columns
Name Datatype Length Mandatory Comments
EXCHANGE_RATE_TOLERANCE_ID NUMBER (15) Yes Exchange rate tolerance unique identifier.
EXCHANGE_RATE_ID NUMBER (15) Yes Exchange rate identifier.
CURRENCY_CODE VARCHAR2 (15)
Exchange rate tolerance currency.
TOLERANCE NUMBER

Exchange rate tolerance.
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).
Query Text

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


SELECT EXCHANGE_RATE_TOLERANCE_ID
,      EXCHANGE_RATE_ID
,      CURRENCY_CODE
,      TOLERANCE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM AP.AP_POL_EXRATE_TOLERANCES;

Dependencies

[top of page]

AP.AP_POL_EXRATE_TOLERANCES does not reference any database object

AP.AP_POL_EXRATE_TOLERANCES is referenced by following:

SchemaAPPS
SynonymAP_POL_EXRATE_TOLERANCES