[Home] [Help]
[Dependency Information]
| Object Name: | CST_GL_TRANSLATION_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BOM.CST_GL_TRANSLATION_VIEW
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORG_ID | NUMBER | (15) | Organization identifier | |
| PERIOD | VARCHAR2 | (15) | Period name | |
| PERIOD_YEAR | NUMBER | Period year | ||
| PERIOD_NUM | NUMBER | Accounting Period Number | ||
| CODE | VARCHAR2 | (15) | Currency code | |
| RATE_TYPE | NUMBER | Rate type: average rate or end of period rate | ||
| INVERSE | VARCHAR2 | (30) | Inverse of currency rate flag | |
| DISPLAY_RATE | VARCHAR2 | (40) | Display Rate based on the Inverse of currency rate flag | |
| ACTUAL_RATE | NUMBER | Actual currency rate |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_ID
, PERIOD
, PERIOD_YEAR
, PERIOD_NUM
, CODE
, RATE_TYPE
, INVERSE
, DISPLAY_RATE
, ACTUAL_RATE
FROM APPS.CST_GL_TRANSLATION_VIEW;
APPS
FND_CURRENCIES
FND_GLOBAL
- show dependent code
FND_LOOKUPS
GL_CURRENCY_API
- show dependent code
GL_PERIODS
GL_SETS_OF_BOOKS
GL_TRANSLATION_RATES
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
MFG_LOOKUPS
ORG_ORGANIZATION_DEFINITIONS
APPS.CST_GL_TRANSLATION_VIEW is not referenced by any database object
|
|
|
|