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


VIEW: APPS.GR_EXPOSURE_TYPES_VL

Object Details
Object Name: GR_EXPOSURE_TYPES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGR.GR_EXPOSURE_TYPES_VL
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

MultiLingual view (a language resolved view of the data.)


Contains the rows that have a language dependent description for the exposure type code.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
EXPOSURE_TYPE_CODE VARCHAR2 (10) Yes
CREATED_BY NUMBER (15) Yes
CREATION_DATE DATE
Yes
LAST_UPDATED_BY NUMBER (15) Yes
LAST_UPDATE_DATE DATE
Yes
LAST_UPDATE_LOGIN NUMBER (15)
EXPOSURE_TYPE_DESC VARCHAR2 (240) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      EXPOSURE_TYPE_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      EXPOSURE_TYPE_DESC
FROM APPS.GR_EXPOSURE_TYPES_VL;

Dependencies

[top of page]

APPS.GR_EXPOSURE_TYPES_VL references the following:

SchemaAPPS
SynonymGR_EXPOSURE_TYPES_B
SynonymGR_EXPOSURE_TYPES_TL

APPS.GR_EXPOSURE_TYPES_VL is not referenced by any database object