DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.CST_GL_TRANSLATION_VIEW

Object Details
Object Name: CST_GL_TRANSLATION_VIEW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBOM.CST_GL_TRANSLATION_VIEW
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.CST_GL_TRANSLATION_VIEW references the following:

SchemaAPPS
SynonymFND_CURRENCIES
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
PL/SQL PackageGL_CURRENCY_API - show dependent code
SynonymGL_PERIODS
ViewGL_SETS_OF_BOOKS
ViewGL_TRANSLATION_RATES
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
ViewMFG_LOOKUPS
ViewORG_ORGANIZATION_DEFINITIONS

APPS.CST_GL_TRANSLATION_VIEW is not referenced by any database object