DBA Data[Home] [Help]

VIEW: APPS.CST_XLA_HR_EMPLOYEE_REF_V

Source

View Text - Preformatted

SELECT employee_id, employee_num employee_num, full_name emp_full_name, first_name emp_first_name, last_name emp_last_name, middle_name emp_middle_name, attribute_category emp_attribute_category, attribute1 emp_attribute1, attribute2 emp_attribute2, attribute3 emp_attribute3, attribute4 emp_attribute4, attribute5 emp_attribute5 FROM hr_employees
View Text - HTML Formatted

SELECT EMPLOYEE_ID
, EMPLOYEE_NUM EMPLOYEE_NUM
, FULL_NAME EMP_FULL_NAME
, FIRST_NAME EMP_FIRST_NAME
, LAST_NAME EMP_LAST_NAME
, MIDDLE_NAME EMP_MIDDLE_NAME
, ATTRIBUTE_CATEGORY EMP_ATTRIBUTE_CATEGORY
, ATTRIBUTE1 EMP_ATTRIBUTE1
, ATTRIBUTE2 EMP_ATTRIBUTE2
, ATTRIBUTE3 EMP_ATTRIBUTE3
, ATTRIBUTE4 EMP_ATTRIBUTE4
, ATTRIBUTE5 EMP_ATTRIBUTE5
FROM HR_EMPLOYEES