DBA Data[Home] [Help]

APPS.AP_WEB_DB_HR_INT_PKG dependencies on FND_PROFILE

Line 388: l_user_id := FND_PROFILE.VALUE('USER_ID');

384: -- because it would always return -1 in New UI
385:
386: -- return icx_sec.getID(icx_sec.PV_INI_CONTACT_ID);
387:
388: l_user_id := FND_PROFILE.VALUE('USER_ID');
389:
390: if (NOT GetEmpIdForUser (l_user_id, l_employee_id))
391: then
392: raise NO_DATA_FOUND;