DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_MEMBER_VUHK dependencies on FND_PROFILE

Line 60: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

56: null;
57: end;
58:
59: /* check if JTM is installed */
60: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
61: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
62:
63: if (l_JTM_enable_prof_value = 'Y') then
64: l_cursorid := DBMS_SQL.open_cursor;

Line 161: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

157: when others then
158: null;
159: end;
160: /* check if JTM is installed */
161: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
162: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
163:
164: if (l_JTM_enable_prof_value = 'Y') then
165: l_cursorid := DBMS_SQL.open_cursor;