DBA Data[Home] [Help]

APPS.CS_COUNTERS_VUHK dependencies on FND_PROFILE

Line 100: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

96: null;
97: end;
98:
99: /* check if JTM is installed */
100: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
101: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
102:
103: if (l_JTM_enable_prof_value = 'Y') then
104: l_cursorid := DBMS_SQL.open_cursor;

Line 204: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

200: null;
201: end;
202:
203: /* check if JTM is installed */
204: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
205: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
206:
207: if (l_JTM_enable_prof_value = 'Y') then
208: l_cursorid := DBMS_SQL.open_cursor;

Line 305: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

301: null;
302: end;
303:
304: /* check if JTM is installed */
305: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
306: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
307:
308: if (l_JTM_enable_prof_value = 'Y') then
309: l_cursorid := DBMS_SQL.open_cursor;

Line 563: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

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

Line 653: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

649: when others then
650: null;
651: end;
652: /* check if JTM is installed */
653: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
654: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
655:
656: if (l_JTM_enable_prof_value = 'Y') then
657: l_cursorid := DBMS_SQL.open_cursor;

Line 742: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

738: when others then
739: null;
740: end;
741: /* check if JTM is installed */
742: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
743: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
744:
745: if (l_JTM_enable_prof_value = 'Y') then
746: l_cursorid := DBMS_SQL.open_cursor;

Line 831: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

827: when others then
828: null;
829: end;
830: /* check if JTM is installed */
831: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
832: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
833:
834: if (l_JTM_enable_prof_value = 'Y') then
835: l_cursorid := DBMS_SQL.open_cursor;

Line 920: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

916: when others then
917: null;
918: end;
919: /* check if JTM is installed */
920: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
921: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
922:
923: if (l_JTM_enable_prof_value = 'Y') then
924: l_cursorid := DBMS_SQL.open_cursor;

Line 1010: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

1006: when others then
1007: null;
1008: end;
1009: /* check if JTM is installed */
1010: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
1011: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
1012:
1013: if (l_JTM_enable_prof_value = 'Y') then
1014: l_cursorid := DBMS_SQL.open_cursor;

Line 1099: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

1095: when others then
1096: null;
1097: end;
1098: /* check if JTM is installed */
1099: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
1100: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
1101:
1102: if (l_JTM_enable_prof_value = 'Y') then
1103: l_cursorid := DBMS_SQL.open_cursor;

Line 1314: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

1310: when others then
1311: null;
1312: end;
1313: /* check if JTM is installed */
1314: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
1315: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
1316:
1317: if (l_JTM_enable_prof_value = 'Y') then
1318: l_cursorid := DBMS_SQL.open_cursor;

Line 1411: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

1407: when others then
1408: null;
1409: end;
1410: /* check if JTM is installed */
1411: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
1412: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
1413:
1414: if (l_JTM_enable_prof_value = 'Y') then
1415: l_cursorid := DBMS_SQL.open_cursor;

Line 1592: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(

1588: when others then
1589: null;
1590: end;
1591: /* check if JTM is installed */
1592: l_JTM_enable_prof_value := fnd_profile.VALUE_SPECIFIC(
1593: Name => 'JTM_MOB_APPS_ENABLED', APPLICATION_ID => 874);
1594:
1595: if (l_JTM_enable_prof_value = 'Y') then
1596: l_cursorid := DBMS_SQL.open_cursor;