DBA Data[Home] [Help]

VIEW: APPS.INL_ENTITIES_VL

Source

View Text - Preformatted

SELECT b.entity_code, t.entity_name, t.description, b.table_name,b.created_by, b.creation_date, b.last_updated_by, b.last_update_date, b.last_update_login FROM inl_entities_tl t,inl_entities_b b WHERE b.entity_code = t.entity_code AND T.LANGUAGE = USERENV('LANG')
View Text - HTML Formatted

SELECT B.ENTITY_CODE
, T.ENTITY_NAME
, T.DESCRIPTION
, B.TABLE_NAME
, B.CREATED_BY
, B.CREATION_DATE
, B.LAST_UPDATED_BY
, B.LAST_UPDATE_DATE
, B.LAST_UPDATE_LOGIN
FROM INL_ENTITIES_TL T
, INL_ENTITIES_B B
WHERE B.ENTITY_CODE = T.ENTITY_CODE
AND T.LANGUAGE = USERENV('LANG')