DBA Data[Home] [Help]

APPS.EAM_COMMON_UTILITIES_PVT dependencies on FND_USER

Line 2328: from fnd_user

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