[Home] [Help]
[Dependency Information]
| Object Name: | XTR_HEDGE_RETRO_TESTS |
|---|---|
| Object Type: | TABLE |
| Owner: | XTR |
| FND Design Data: | XTR.XTR_HEDGE_RETRO_TESTS
|
| Subobject Name: | |
| Status: | VALID |
The XTR_HEDGE_RETRO_TESTS table stores the retrospective effectiveness test and measurement details at the hedge level.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XTR_HEDGE_RETRO_TESTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
HEDGE_RETRO_TEST_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HEDGE_RETRO_TEST_ID | NUMBER | (15) | Yes | Identifier for the retrospective test results at the hedge level. |
| COMPANY_CODE | VARCHAR2 | (7) | Yes | Company code. |
| HEDGE_ATTRIBUTE_ID | NUMBER | (15) | Yes | Hedge attribute identifier |
| RESULT_CODE | VARCHAR2 | (30) | Indicates PASS/FAIL result for retrospective test | |
| BATCH_ID | NUMBER | (15) | Yes | Batch Identifier |
| RESULT_DATE | DATE | Indicates the latest revaluation date for the hedge. | ||
| COMMENTS | VARCHAR2 | (240) | Comments | |
| ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield category | |
| ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield | |
| ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield | |
| 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. | |
| COMPLETE_FLAG | VARCHAR2 | (1) | Indicates if the retrospective testing process requires user input before continuing because the test method is MANUAL ENTRY. | |
| GAIN_LOSS_CCY | VARCHAR2 | (15) | Gain or loss currency | |
| AMOUNT_TYPE | VARCHAR2 | (30) | Indicates whether the gain/loss amounts are fair value gain/losses (UNREAL) or currency gain/losses (CCYUNRL). | |
| ITEM_PRD_GAIN_LOSS_AMT | NUMBER | Period gain or loss for the hedge items in the set of books currency. | ||
| INST_PRD_GAIN_LOSS_AMT | NUMBER | Sum of period gains or losses for all the instruments assigned to the hedge in the set of books currency. | ||
| ITEM_CUM_GAIN_LOSS_AMT | NUMBER | Cumulative gain or loss for the hedge items since the inception of the hedge in the set of books currency. | ||
| INST_CUM_GAIN_LOSS_AMT | NUMBER | Sum of cumulative gains or losses for all the instruments assigned to the hedge since the inception of the hedge in the set of books currency. | ||
| PCT_EFFECTIVE | NUMBER | Effectiveness percentage | ||
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT HEDGE_RETRO_TEST_ID
, COMPANY_CODE
, HEDGE_ATTRIBUTE_ID
, RESULT_CODE
, BATCH_ID
, RESULT_DATE
, COMMENTS
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PROGRAM_ID
, PROGRAM_LOGIN_ID
, PROGRAM_APPLICATION_ID
, REQUEST_ID
, COMPLETE_FLAG
, GAIN_LOSS_CCY
, AMOUNT_TYPE
, ITEM_PRD_GAIN_LOSS_AMT
, INST_PRD_GAIN_LOSS_AMT
, ITEM_CUM_GAIN_LOSS_AMT
, INST_CUM_GAIN_LOSS_AMT
, PCT_EFFECTIVE
, 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
FROM XTR.XTR_HEDGE_RETRO_TESTS;
XTR.XTR_HEDGE_RETRO_TESTS does not reference any database object
XTR.XTR_HEDGE_RETRO_TESTS is referenced by following:
APPS
XTR_HEDGE_RETRO_TESTS
|
|
|
|