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


VIEW: APPS.GR_RISK_PHRASES_TL_V

Object Details
Object Name: GR_RISK_PHRASES_TL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGR.GR_RISK_PHRASES_TL_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Contains the rows that have a language dependent description for the risk phrases code


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Database internal identifier of the row
RISK_PHRASE_CODE VARCHAR2 (15) Yes Risk phrase code
LANGUAGE VARCHAR2 (4) Yes Language code
SOURCE_LANG VARCHAR2 (4) Yes Source language
RISK_DESCRIPTION VARCHAR2 (240) Yes Description of the phrase
CREATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
LAST_UPDATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LANGUAGE_DESCRIPTION VARCHAR2 (255) Yes Language description
Query Text

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


SELECT ROW_ID
,      RISK_PHRASE_CODE
,      LANGUAGE
,      SOURCE_LANG
,      RISK_DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LANGUAGE_DESCRIPTION
FROM APPS.GR_RISK_PHRASES_TL_V;

Dependencies

[top of page]

APPS.GR_RISK_PHRASES_TL_V references the following:

SchemaAPPS
ViewFND_LANGUAGES_VL
SynonymGR_RISK_PHRASES_TL

APPS.GR_RISK_PHRASES_TL_V is not referenced by any database object