DBA Data[Home] [Help]

APPS.JTF_NOTES_VUHK dependencies on FND_PROFILE

Line 137: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

133: null;
134: end;
135:
136: /* check if JTM is installed */
137: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
138: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
139:
140: if (l_JTM_enable_prof_value = 'Y') then
141: l_cursorid := DBMS_SQL.open_cursor;

Line 271: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

267: null;
268: end;
269:
270: /* check if JTM is installed */
271: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
272: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
273:
274: if (l_JTM_enable_prof_value = 'Y') then
275: l_cursorid := DBMS_SQL.open_cursor;

Line 378: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

374: null;
375: end;
376:
377: /* check if JTM is installed */
378: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
379: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
380:
381: if (l_JTM_enable_prof_value = 'Y') then
382: l_cursorid := DBMS_SQL.open_cursor;