DBA Data[Home] [Help]

VIEW: APPS.GR_TOXIC_EFFECTS_VL

Source

View Text - Preformatted

SELECT b.rowid row_id ,b.toxic_effect_code ,b.created_by ,b.creation_date ,b.last_updated_by ,b.last_update_date ,b.last_update_login ,t.toxic_effect_description FROM gr_toxic_effects_tl t ,gr_toxic_effects_b b WHERE b.toxic_effect_code = t.toxic_effect_code AND t.language = USERENV('LANG')
View Text - HTML Formatted

SELECT B.ROWID ROW_ID
, B.TOXIC_EFFECT_CODE
, B.CREATED_BY
, B.CREATION_DATE
, B.LAST_UPDATED_BY
, B.LAST_UPDATE_DATE
, B.LAST_UPDATE_LOGIN
, T.TOXIC_EFFECT_DESCRIPTION
FROM GR_TOXIC_EFFECTS_TL T
, GR_TOXIC_EFFECTS_B B
WHERE B.TOXIC_EFFECT_CODE = T.TOXIC_EFFECT_CODE
AND T.LANGUAGE = USERENV('LANG')