DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on FND_USER

Line 2331: from fnd_user

2327:
2328: -- get the person_id for the current user.
2329: select employee_id
2330: into l_person_id
2331: from fnd_user
2332: where user_id = fnd_global.user_id;
2333:
2334: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
2335: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,