DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_VUHK dependencies on FND_PROFILE

Line 78: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

74: null;
75: end;
76:
77: /* check if JTM is installed */
78: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
79: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
80:
81: if (l_JTM_enable_prof_value = 'Y') then
82: l_cursorid := DBMS_SQL.open_cursor;

Line 173: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

169: null;
170: end;
171:
172: /* check if JTM is installed */
173: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
174: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
175:
176: if (l_JTM_enable_prof_value = 'Y') then
177: l_cursorid := DBMS_SQL.open_cursor;

Line 267: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

263: when others then
264: null;
265: end;
266: /* check if JTM is installed */
267: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
268: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
269:
270: if (l_JTM_enable_prof_value = 'Y') then
271: l_cursorid := DBMS_SQL.open_cursor;