DBA Data[Home] [Help]

VIEW: APPS.HR_ORG_INFORMATION_TYPES_VL

Source

View Text - Preformatted

SELECT b.rowid row_id , b.org_information_type , b.description , b.destination , t.displayed_org_information_type , b.fnd_application_id , b.legislation_code , b.navigation_method , b.last_update_date , b.last_updated_by , b.last_update_login , b.created_by , b.creation_date FROM hr_org_information_types_tl t , hr_org_information_types b WHERE t.org_information_type = b.org_information_type AND t.language = userenv('LANG')
View Text - HTML Formatted

SELECT B.ROWID ROW_ID
, B.ORG_INFORMATION_TYPE
, B.DESCRIPTION
, B.DESTINATION
, T.DISPLAYED_ORG_INFORMATION_TYPE
, B.FND_APPLICATION_ID
, B.LEGISLATION_CODE
, B.NAVIGATION_METHOD
, B.LAST_UPDATE_DATE
, B.LAST_UPDATED_BY
, B.LAST_UPDATE_LOGIN
, B.CREATED_BY
, B.CREATION_DATE
FROM HR_ORG_INFORMATION_TYPES_TL T
, HR_ORG_INFORMATION_TYPES B
WHERE T.ORG_INFORMATION_TYPE = B.ORG_INFORMATION_TYPE
AND T.LANGUAGE = USERENV('LANG')