[Home] [Help]
[Dependency Information]
| Object Name: | XTR_DEAL_RETRO_TESTS |
|---|---|
| Object Type: | TABLE |
| Owner: | XTR |
| FND Design Data: | XTR.XTR_DEAL_RETRO_TESTS
|
| Subobject Name: | |
| Status: | VALID |
This table will store the retrospective effectiveness test and measurement details at the deal level.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XTR_DEAL_RETRO_TESTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DEAL_RETRO_TEST_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DEAL_RETRO_TEST_ID | NUMBER | (15) | Yes | Identifier for the retrospective test results at the deal level. |
| BATCH_ID | NUMBER | (15) | Yes | Batch Identifier |
| HEDGE_ATTRIBUTE_ID | NUMBER | (15) | Yes | Hedge attribute identifier |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO columns |
| CREATION_DATE | DATE | Yes | Standard WHO columns | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO columns |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO columns | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO columns | |
| PROGRAM_ID | NUMBER | (15) | Identifies the concurrent program. | |
| PROGRAM_LOGIN_ID | NUMBER | (15) | Identifies the Oracle Applications Concurrent Program Login ID. | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Identifies the Oracle Application that spawned the concurrent program. | |
| REQUEST_ID | NUMBER | (15) | Identifies the concurrent request instance that spawned the concurrent program. | |
| DEAL_NUMBER | NUMBER | Yes | Deal Identifier | |
| AMOUNT_TYPE | VARCHAR2 | (30) | Indicates whether the gain/loss amounts are fair value gain/losses (UNREAL) or currency gain/losses (CCYUNRL). | |
| EFF_PRD_GAIN_LOSS_AMT | NUMBER | Sum of effective period gains or losses for all the instruments assigned to the hedge in the set of books currency. | ||
| INEFF_PRD_GAIN_LOSS_AMT | NUMBER | Sum of ineffective period gains or losses for all the instruments assigned to the hedge in the set of books currency. | ||
| EXCLUDED_PRD_GAIN_LOSS_AMT | NUMBER | Amount that is excluded from the percentage effective calculation in the set of books currency. | ||
| RECLASS_GAIN_LOSS_AMT | NUMBER | Reclassification gain or loss amount for the hedge. | ||
| EFF_CUM_GAIN_LOSS_AMT | NUMBER | Cumulative effective gains or losses for all the instruments assigned to the hedge since the inception of the hedge in set of books currency. | ||
| INEFF_CUM_GAIN_LOSS_AMT | NUMBER | Cumulative ineffective gains or losses for all the instruments assigned to the hedge since the inception of the hedge in the set of books currency. | ||
| EXCLUDED_CUM_GAIN_LOSS_AMT | NUMBER | Cumulative amount that is excluded from the percentage effective calculation since the inception of the hedge in the set of books currency. | ||
| HEDGE_RETRO_TEST_ID | NUMBER | (15) | Yes | Identifier for the retrospective test results at the hedge level. |
| RESULT_DATE | DATE | Indicates the latest revaluation date. |
Cut, paste (and edit) the following text to query this object:
SELECT DEAL_RETRO_TEST_ID
, BATCH_ID
, HEDGE_ATTRIBUTE_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PROGRAM_ID
, PROGRAM_LOGIN_ID
, PROGRAM_APPLICATION_ID
, REQUEST_ID
, DEAL_NUMBER
, AMOUNT_TYPE
, EFF_PRD_GAIN_LOSS_AMT
, INEFF_PRD_GAIN_LOSS_AMT
, EXCLUDED_PRD_GAIN_LOSS_AMT
, RECLASS_GAIN_LOSS_AMT
, EFF_CUM_GAIN_LOSS_AMT
, INEFF_CUM_GAIN_LOSS_AMT
, EXCLUDED_CUM_GAIN_LOSS_AMT
, HEDGE_RETRO_TEST_ID
, RESULT_DATE
FROM XTR.XTR_DEAL_RETRO_TESTS;
XTR.XTR_DEAL_RETRO_TESTS does not reference any database object
XTR.XTR_DEAL_RETRO_TESTS is referenced by following:
APPS
XTR_DEAL_RETRO_TESTS
|
|
|
|