[Home] [Help]
[Dependency Information]
| Object Name: | BEN_CWB_XCHG |
|---|---|
| Object Type: | TABLE |
| Owner: | BEN |
| Subobject Name: | |
| Status: | VALID |
Stores the exchange rates for each CWB group plan.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BEN_CWB_XCHG_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
GROUP_PL_ID
LF_EVT_OCRD_DT
CURRENCY
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GROUP_PL_ID | NUMBER | (15) | Yes | Primary Key |
| LF_EVT_OCRD_DT | DATE | Yes | Primary Key | |
| CURRENCY | VARCHAR2 | (30) | Yes | Primary Key |
| XCHG_RATE | NUMBER | Exchange Rate |
Cut, paste (and edit) the following text to query this object:
SELECT GROUP_PL_ID
, LF_EVT_OCRD_DT
, CURRENCY
, XCHG_RATE
FROM BEN.BEN_CWB_XCHG;
BEN.BEN_CWB_XCHG does not reference any database object
BEN.BEN_CWB_XCHG is referenced by following:
BEN
BEN_CWB_XCHG#
|
|
|
|