DBA Data[Home] [Help]

APPS.FND_LOGVIEW dependencies on FND_LOGVIEW

Line 1: package body fnd_logview as

1: package body fnd_logview as
2: /* $Header: AFUTLPFB.pls 115.16 2002/02/08 21:49:36 nbhambha ship $ */
3:
4:
5: M_ROWS_PER_PAGE NUMBER := 1000;

Line 181:

177: end if;
178:
179: htp.p('
180:
181:
182:
183:
184:
185:

Line 368:

364: end if;
365:
366: htp.p('
367:
368:
369:
370:
371:
372:

Line 539: htp.p('Error- no buttonpress in fnd_logview.display.');

535: 'Cleared '|| nrows ||
536: ' rows of log data for this user. Use back arrow to get back.
');
537: return;
538: else
539: htp.p('Error- no buttonpress in fnd_logview.display.');
540: return; /* Should never happen */
541: end if;
542:
543: if (startrow is NULL) then

Line 985:

981: /* If this row is further than what will fit on screen, render a */
982: /* button for the next screen of data */
983: f_startrow := f_startrow + f_numrows;
984: htp.p('
985:
986: 987: Value="Next '||to_char(f_numrows)|| ' Messages">
988:
989:

Line 1214: fnd_logview.preferences_generic('U', user_id_x);

1210: htp.p('Invalid username entered. Enter a valid username.');
1211: user_id_x := NULL;
1212: end;
1213: if(user_id_x is not NULL) then
1214: fnd_logview.preferences_generic('U', user_id_x);
1215: go_back_to_prefs := FALSE;
1216: end if;
1217: made_changes := FALSE;
1218: elsif (clearuserlog is not null) then /* if user pressed... */

Line 1241: fnd_logview.preferences_generic('U');

1237: if((save is not NULL) or (clear is not NULL) or (clearprefs is not NULL) or
1238: (clearsessionlog is not NULL) or (clearuserlog is not NULL)) then
1239: if(user_id_x is not NULL) then
1240: if(user_id is NULL) then
1241: fnd_logview.preferences_generic('U');
1242: else
1243: fnd_logview.preferences_generic('U', user_id);
1244: end if;
1245: go_back_to_prefs := FALSE;

Line 1243: fnd_logview.preferences_generic('U', user_id);

1239: if(user_id_x is not NULL) then
1240: if(user_id is NULL) then
1241: fnd_logview.preferences_generic('U');
1242: else
1243: fnd_logview.preferences_generic('U', user_id);
1244: end if;
1245: go_back_to_prefs := FALSE;
1246: end if;
1247: else

Line 1249: fnd_logview.preferences_sysadmin;

1245: go_back_to_prefs := FALSE;
1246: end if;
1247: else
1248: if (go_back_to_prefs) then
1249: fnd_logview.preferences_sysadmin;
1250: end if;
1251: end if;
1252:
1253: end if;

Line 1278: FND_LOGVIEW.Update_Prefs('on', null, 3,

1274: if icx_sec.validateSession
1275: then
1276: htp.p('');
1277:
1278: FND_LOGVIEW.Update_Prefs('on', null, 3,
1279: 'FnD.sRc.FlEx.%, fnd.src.dict.afdict.afdget.start, fnd.src.flex.fdfv.fdfval.dff',
1280: null, null, null, 'Save', null, null, null, null, null, null,
1281: null, null, null, null, null, null);
1282:

Line 1370: FND_LOGVIEW.Display(3, 'fnd.src.%',

1366: htp.p('correct- fnd.src.flex.fdfvl.fdfval.kff.start not found at level 2
');
1367: end if;
1368:
1369:
1370: FND_LOGVIEW.Display(3, 'fnd.src.%',
1371: null, null, null, null, null, 'Find');
1372:
1373: end if; --icx_sec.validatesession
1374:

Line 1380: end fnd_logview;

1376: when others then
1377: htp.p(SQLERRM);
1378: end;
1379:
1380: end fnd_logview;