DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on FND_GLOBAL

Line 525: where user_id = FND_GLOBAL.USER_ID;

521: BEGIN
522: select user_name
523: into l_user_name
524: from fnd_user
525: where user_id = FND_GLOBAL.USER_ID;
526: EXCEPTION
527: WHEN OTHERS THEN
528: l_user_name := null; -- do not set FROM_ROLE then
529: END;