DBA Data[Home] [Help]

APPS.EAM_OTL_TIMECARD_PUB dependencies on FND_USER

Line 1593: from fnd_user

1589: l_user_id := FND_GLOBAL.USER_ID;
1590: begin
1591: select to_char(employee_id)
1592: into l_person_id
1593: from fnd_user
1594: where user_id = l_user_id;
1595:
1596: exception
1597: when others then