DBA Data[Home] [Help]

APPS.HRI_PARAMETERS dependencies on ICX_SEC

Line 45: if (icx_sec.validatesession) then

41: -- bugs 1355513, 1355528, cbridge 28/07/2000
42: -- cause an explicit check to validate the session, this ensures the
43: -- session is valid and calls to fnd_global.user_id etc. will return correct values
44:
45: if (icx_sec.validatesession) then
46: null;
47: end if;
48:
49: -- end of fix, cbridge 28/07/2000