DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on MTL_EMPLOYEES_CURRENT_VIEW

Line 8631: from mtl_employees_current_view

8627: where time_clock_entry_id = p_time_clock_entry_id;
8628:
8629: cursor get_employee_num (p_organization_id NUMBER, p_employee_id NUMBER) is
8630: select employee_num
8631: from mtl_employees_current_view
8632: where organization_id = p_organization_id
8633: and employee_id = p_employee_id;
8634:
8635: -- swai: bug 8923513