DBA Data[Home] [Help]

APPS.FND_LOGVIEW dependencies on FND_FUNCTION

Line 67: (not fnd_function.test('FND_LOGPREFS'))) then

63: if(substr(user_mode,1,1) = 'S') then
64: /* Don't allow people who don't have sysadmin function */
65: /* to run sysadmin version of the page. */
66: if((user_mode = 'S') and
67: (not fnd_function.test('FND_LOGPREFS'))) then
68: htp.p('Access denied; function FND_LOGPREFS required.');
69: return;
70: end if;
71:

Line 350: if(not fnd_function.test('FND_LOGFIND')) then

346:
347: /* Don't allow people who don't have sysadmin function */
348: /* to run sysadmin version of the page. */
349: if(user_mode = 'S') then
350: if(not fnd_function.test('FND_LOGFIND')) then
351: htp.p('Access denied; function FND_LOGFIND required.');
352: return;
353: end if;
354: end if;