DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on FND_GLOBAL

Line 495: where user_id = FND_GLOBAL.USER_ID;

491: BEGIN
492: select user_name
493: into l_user_name
494: from fnd_user
495: where user_id = FND_GLOBAL.USER_ID;
496: EXCEPTION
497: WHEN OTHERS THEN
498: l_user_name := null; -- do not set FROM_ROLE then
499: END;