DBA Data[Home] [Help]

APPS.CS_CTR_CAPTURE_READING_VUHK dependencies on FND_PROFILE

Line 67: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

63: null;
64: end;
65:
66: /* check if JTM is installed */
67: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
68: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
69:
70: if (l_JTM_enable_prof_value = 'Y') then
71: l_cursorid := DBMS_SQL.open_cursor;

Line 193: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

189: when others then
190: null;
191: end;
192: /* check if JTM is installed */
193: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
194: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
195:
196: if (l_JTM_enable_prof_value = 'Y') then
197: l_cursorid := DBMS_SQL.open_cursor;

Line 280: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

276: when others then
277: null;
278: end;
279: /* check if JTM is installed */
280: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
281: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
282:
283: if (l_JTM_enable_prof_value = 'Y') then
284: l_cursorid := DBMS_SQL.open_cursor;

Line 383: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

379: when others then
380: null;
381: end;
382: /* check if JTM is installed */
383: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
384: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
385:
386: if (l_JTM_enable_prof_value = 'Y') then
387: l_cursorid := DBMS_SQL.open_cursor;

Line 471: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

467: null;
468: end;
469:
470: /* check if JTM is installed */
471: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
472: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
473:
474: if (l_JTM_enable_prof_value = 'Y') then
475: l_cursorid := DBMS_SQL.open_cursor;

Line 559: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

555: when others then
556: null;
557: end;
558: /* check if JTM is installed */
559: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
560: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
561:
562: if (l_JTM_enable_prof_value = 'Y') then
563: l_cursorid := DBMS_SQL.open_cursor;

Line 692: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

688: when others then
689: null;
690: end;
691: /* check if JTM is installed */
692: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
693: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
694:
695: if (l_JTM_enable_prof_value = 'Y') then
696: l_cursorid := DBMS_SQL.open_cursor;