[Home] [Help]
[Dependency Information]
| Object Name: | GL_CURR_MST |
|---|---|
| Object Type: | TABLE |
| Owner: | GMF |
| FND Design Data: | GMF.GL_CURR_MST
|
| Subobject Name: | |
| Status: | VALID |
This table contains the Currency definitions. Note that with Oracle
Financials integration this table is populated with the Currency data
from Oracle Financials.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GL_CURR_MST_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CURRENCY_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DERIVE_EFFECTIVE | DATE | Effective date of the relation between the Euro-Derived Currency and the Euro. Valid only when derive_type = 2 | ||
| DERIVE_TYPE | NUMBER | (5) | Yes | Type of the Currency: 1 - Euro; 2 - Euro-Derived; 0 - Other. The columns derive_effective and derive_factor are meaningful only if derive_type = 2. |
| DERIVE_FACTOR | NUMBER | Conversion factor between the Euro-Derived Currency and the Euro. Valid only when derive_type = 2. | ||
| CURRENCY_CODE | VARCHAR2 | (4) | Yes | Currency Code |
| CURRENCY_DESC | VARCHAR2 | (70) | Yes | Currency Description |
| DECIMAL_PRECISION | NUMBER | (5) | Yes | Descimal Precision of the currency. The sub-ledger posting program will round the amounts to this precision. |
| CREATION_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| TRANS_CNT | NUMBER | (10) | Not currently used | |
| TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module | |
| DELETE_MARK | NUMBER | (5) | Yes | Standard: 0=Active record (default); 1=Marked for (logical) deletion. |
| REQUEST_ID | NUMBER | (15) | Concurrent who column | |
| PROGRAM_ID | NUMBER | (15) | Concurrent who column | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent who column | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent who column |
Cut, paste (and edit) the following text to query this object:
SELECT DERIVE_EFFECTIVE
, DERIVE_TYPE
, DERIVE_FACTOR
, CURRENCY_CODE
, CURRENCY_DESC
, DECIMAL_PRECISION
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, TRANS_CNT
, TEXT_CODE
, DELETE_MARK
, REQUEST_ID
, PROGRAM_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_UPDATE_DATE
FROM GMF.GL_CURR_MST;
GMF.GL_CURR_MST does not reference any database object
GMF.GL_CURR_MST is referenced by following:
APPS
GL_CURR_MST
|
|
|
|