DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_AP_PKG dependencies on HR_EMPLOYEES

Line 42: FROM hr_employees HE,

38: -- Declare cursor to fetch the requestor names
39: --
40: CURSOR requestor_cursor IS
41: SELECT HE.full_name
42: FROM hr_employees HE,
43: po_distributions PD
44: WHERE PD.line_location_id = l_line_location_id
45: AND PD.deliver_to_person_id = HE.employee_id;
46: