DBA Data[Home] [Help]

APPS.FA_MASS_REC_UTILS_PKG dependencies on FA_EMPLOYEES

Line 303: FROM fa_employees

299:
300: -- cursor to get employee.
301: CURSOR get_employee IS
302: SELECT name, employee_number
303: FROM fa_employees
304: WHERE employee_id = mr_rec.employee_id;
305:
306: -- cursor to get accounting flexfield structure
307: CURSOR get_acct_flex_struct IS