DBA Data[Home] [Help]

APPS.AP_WEB_DB_HR_INT_PKG dependencies on FND_PROFILE

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

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