[Home] [Help]
[Dependency Information]
| Object Name: | HR_ORG_INFORMATION_TYPES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
Join of HR_ORG_INFORMATION_TYPES and HR_ORG_INFORMATION_TYPES_TL
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Column selected from base table hr_org_informations_types | |
| ORG_INFORMATION_TYPE | VARCHAR2 | (40) | Yes | Column selected from base table hr_org_informations_types |
| DESCRIPTION | VARCHAR2 | (240) | Column selected from base table hr_org_informations_types | |
| DESTINATION | VARCHAR2 | (80) | Column selected from base table hr_org_informations_types | |
| DISPLAYED_ORG_INFORMATION_TYPE | VARCHAR2 | (50) | Translated field selected from hr_org_information_types_tl | |
| FND_APPLICATION_ID | NUMBER | (15) | Column selected from base table hr_org_informations_types | |
| LEGISLATION_CODE | VARCHAR2 | (30) | Column selected from base table hr_org_informations_types | |
| NAVIGATION_METHOD | VARCHAR2 | (80) | Column selected from base table hr_org_informations_types | |
| LAST_UPDATE_DATE | DATE | Column selected from base table hr_org_informations_types | ||
| LAST_UPDATED_BY | NUMBER | (15) | Column selected from base table hr_org_informations_types | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Column selected from base table hr_org_informations_types | |
| CREATED_BY | NUMBER | (15) | Column selected from base table hr_org_informations_types | |
| CREATION_DATE | DATE | Column selected from base table hr_org_informations_types |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ORG_INFORMATION_TYPE
, DESCRIPTION
, DESTINATION
, DISPLAYED_ORG_INFORMATION_TYPE
, FND_APPLICATION_ID
, LEGISLATION_CODE
, NAVIGATION_METHOD
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM APPS.HR_ORG_INFORMATION_TYPES_VL;
APPS
HR_ORG_INFORMATION_TYPES
HR_ORG_INFORMATION_TYPES_TL
APPS.HR_ORG_INFORMATION_TYPES_VL is not referenced by any database object
|
|
|
|