DBA Data[Home] [Help]

APPS.FA_MASS_REC_UTILS_PKG dependencies on FA_EMPLOYEES

Line 306: FROM fa_employees

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