DBA Data[Home] [Help]

APPS.EAM_COMMON_UTILITIES_PVT dependencies on FND_USER

Line 2327: from fnd_user

2323: l_user_id := FND_GLOBAL.USER_ID;
2324: begin
2325: select to_char(employee_id)
2326: into l_person_id
2327: from fnd_user
2328: where user_id = l_user_id;
2329:
2330: exception
2331: when others then