DBA Data[Home] [Help]

APPS.HRI_OPL_DATA_SETUP_DGNSTC dependencies on HR_BIS

Line 310: l_title := hr_bis.bis_decode_lookup

306:
307: END IF;
308:
309: -- Get the title
310: l_title := hr_bis.bis_decode_lookup
311: ('HRI_DGNSTC_TITLE', 'DATA');
312:
313: -- Display the page heading
314: output(p_text => l_title,

Line 330: l_title := hr_bis.bis_decode_lookup

326: p_line_type => 'PARAGRAPH');
327: ELSE
328:
329: -- Get the title
330: l_title := hr_bis.bis_decode_lookup
331: ('HRI_DGNSTC_TITLE', 'COLLECTION');
332:
333: -- Display the page heading
334: output(p_text => l_title,

Line 411: output(p_text => hr_bis.bis_decode_lookup

407: -- Process only if results exist (from collection)
408: IF (p_results_tab.EXISTS(1)) THEN
409:
410: -- Print title
411: output(p_text => hr_bis.bis_decode_lookup
412: ('HRI_DGNSTC_SECTION','SUP_LOOP_DETAIL'),
413: p_line_type => 'HEADER3');
414:
415: -- Loop through instances of supervisor loops

Line 468: output(p_text => hr_bis.bis_decode_lookup

464: output(p_text => null,
465: p_line_type => 'SPACER BAR');
466:
467: -- Section title
468: output(p_text => hr_bis.bis_decode_lookup
469: ('HRI_DGNSTC_SECTION', 'SQL'),
470: p_line_type => 'HEADER2');
471:
472: -- Loop through sql table

Line 838: output(p_text => hr_bis.bis_decode_lookup

834: -- Output any impact message
835: IF l_impact THEN
836:
837: -- Print impact subheading
838: output(p_text => hr_bis.bis_decode_lookup
839: ('HRI_DGNSTC_SECTION', 'IMPACT'),
840: p_line_type => 'HEADER4');
841:
842: -- Print impact messages