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


TABLE: XTR.XTR_INTEREST_TOLERANCES

Object Details
Object Name: XTR_INTEREST_TOLERANCES
Object Type: TABLE
Owner: XTR
FND Design Data: TableXTR.XTR_INTEREST_TOLERANCES
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XTR_INTEREST_TOLERANCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINTEREST_TOLERANCE_ID
XTR_INTEREST_TOLERANCES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOMPANY_CODE
ColumnCPARTY_CODE
ColumnDEAL_TYPE
ColumnCURRENCY_CODE
Columns
Name Datatype Length Mandatory Comments
INTEREST_TOLERANCE_ID NUMBER (15) Yes Interest tolerance ID (PK)
AUTHORIZED VARCHAR2 (1)
Flag to indicate if the limit is authorized (Y), or not (N).
COMPANY_CODE VARCHAR2 (7) Yes Company Code
CPARTY_CODE VARCHAR2 (7)
Counter party code
DEAL_TYPE VARCHAR2 (7)
Deal type
CURRENCY_CODE VARCHAR2 (15)
Currency code
LIMIT_AMOUNT NUMBER

Maximum tolerance amount between the overridden interest amount and the system calculated amount.
AMOUNT_PERCENT NUMBER

Maximum tolerance percentage between the overridden interest amount and the system calculated amount.
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT INTEREST_TOLERANCE_ID
,      AUTHORIZED
,      COMPANY_CODE
,      CPARTY_CODE
,      DEAL_TYPE
,      CURRENCY_CODE
,      LIMIT_AMOUNT
,      AMOUNT_PERCENT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM XTR.XTR_INTEREST_TOLERANCES;

Dependencies

[top of page]

XTR.XTR_INTEREST_TOLERANCES does not reference any database object

XTR.XTR_INTEREST_TOLERANCES is referenced by following:

SchemaXTR
ViewXTR_INTEREST_TOLERANCES#