DBA Data[Home] [Help]

APPS.GL_JAHE_PKG dependencies on FND_FUNCTION

Line 44: if(fnd_function.test('GLJAHE')) then

40: FUNCTION access_test RETURN VARCHAR2
41: IS
42: BEGIN
43:
44: if(fnd_function.test('GLJAHE')) then
45: RETURN('TRUE');
46: elsif (fnd_function.test('GLJAHESUPER')) then
47: RETURN('TRUE');
48: else

Line 46: elsif (fnd_function.test('GLJAHESUPER')) then

42: BEGIN
43:
44: if(fnd_function.test('GLJAHE')) then
45: RETURN('TRUE');
46: elsif (fnd_function.test('GLJAHESUPER')) then
47: RETURN('TRUE');
48: else
49: RETURN('FALSE');
50: end if;

Line 377: if (FND_FUNCTION.TEST('GLJAHESUPER')) then

373:
374: BEGIN
375:
376: FND_GLOBAL.APPS_INITIALIZE(user_id, resp_id, appl_id);
377: if (FND_FUNCTION.TEST('GLJAHESUPER')) then
378: return 'ALL';
379: else
380: open resp(user_id);
381: result := ',';