DBA Data[Home] [Help]

APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_EMPLOYEES_I

Line 284: from psb_employees_i

280: INDEX BY BINARY_INTEGER;
281:
282: Cursor G_Employee_Details(p_person_id in number) is
283: Select first_name , last_name
284: from psb_employees_i
285: where hr_employee_id = p_person_id;
286:
287: Cursor G_Position_Details(p_position_id in number) is
288: Select name