DBA Data[Home] [Help]

APPS.CSD_RECEIVE_UTIL dependencies on PER_EMPLOYEES_CURRENT_X

Line 691: FROM fnd_user fnd, per_employees_current_x hr

687: p_user_id NUMBER
688: )
689: IS
690: SELECT hr.employee_id
691: FROM fnd_user fnd, per_employees_current_x hr
692: WHERE fnd.user_id = p_user_id
693: AND fnd.employee_id = hr.employee_id
694: AND ROWNUM = 1;
695:

Line 718: per_employees_current_x.

714: /* swai: Fixed for bug#5505490 / FP#5563349
715: When employee_id not found then return null.
716: User is not defined as employee that's why
717: there is no record in table
718: per_employees_current_x.
719: In this case Depot should not raise any error.
720: */
721: /* CLOSE cur_get_employee_id;
722: RAISE fnd_api.g_exc_unexpected_error; */