DBA Data[Home] [Help]

APPS.POS_WC_CREATE_UPDATE_PVT dependencies on PER_EMPLOYEES_CURRENT_X

Line 1804: FROM per_employees_current_x

1800:
1801: -- bug - 9692573 - fetching the data only for the active employee record
1802: SELECT Nvl(full_name, ' ')
1803: INTO l_full_name
1804: FROM per_employees_current_x
1805: WHERE employee_id = (SELECT employee_id FROM fnd_user WHERE user_id = l_last_updated_by);
1806:
1807: ELSE
1808: