DBA Data[Home] [Help]

APPS.EAM_OTL_TIMECARD_PUB dependencies on FND_USER

Line 1588: from fnd_user

1584: l_user_id := FND_GLOBAL.USER_ID;
1585: begin
1586: select to_char(employee_id)
1587: into l_person_id
1588: from fnd_user
1589: where user_id = l_user_id;
1590:
1591: exception
1592: when others then