DBA Data[Home] [Help]

APPS.PAY_JP_ITWB_ARCHIVE_PKG dependencies on FND_FILE

Line 7314: fnd_file.put_line(fnd_file.log,'-----------------------------------------------------------------------------');

7310: for i in 0..g_wng_tbl_cnt - 1 loop
7311: --
7312: if i = 0 then
7313: --
7314: fnd_file.put_line(fnd_file.log,'-----------------------------------------------------------------------------');
7315: fnd_file.put_line(fnd_file.log,'error / warning');
7316: fnd_file.put_line(fnd_file.log,'-----------------------------------------------------------------------------');
7317: --
7318: end if;

Line 7315: fnd_file.put_line(fnd_file.log,'error / warning');

7311: --
7312: if i = 0 then
7313: --
7314: fnd_file.put_line(fnd_file.log,'-----------------------------------------------------------------------------');
7315: fnd_file.put_line(fnd_file.log,'error / warning');
7316: fnd_file.put_line(fnd_file.log,'-----------------------------------------------------------------------------');
7317: --
7318: end if;
7319: --

Line 7316: fnd_file.put_line(fnd_file.log,'-----------------------------------------------------------------------------');

7312: if i = 0 then
7313: --
7314: fnd_file.put_line(fnd_file.log,'-----------------------------------------------------------------------------');
7315: fnd_file.put_line(fnd_file.log,'error / warning');
7316: fnd_file.put_line(fnd_file.log,'-----------------------------------------------------------------------------');
7317: --
7318: end if;
7319: --
7320: fnd_file.put_line(fnd_file.log,g_wng_tbl(i).employee_number||' ('||to_char(g_wng_tbl(i).assignment_id)||') : '||g_wng_tbl(i).message_text);

Line 7320: fnd_file.put_line(fnd_file.log,g_wng_tbl(i).employee_number||' ('||to_char(g_wng_tbl(i).assignment_id)||') : '||g_wng_tbl(i).message_text);

7316: fnd_file.put_line(fnd_file.log,'-----------------------------------------------------------------------------');
7317: --
7318: end if;
7319: --
7320: fnd_file.put_line(fnd_file.log,g_wng_tbl(i).employee_number||' ('||to_char(g_wng_tbl(i).assignment_id)||') : '||g_wng_tbl(i).message_text);
7321: --
7322: end loop;
7323: --
7324: end if;

Line 19568: fnd_file.put_line(fnd_file.output,to_char(p_assignment_id)||' : '||to_char(p_assignment_action_id)||' '||

19564: and g_detail_debug = 'Y' then
19565: l_archive_step := 248;
19566: end if;
19567: --
19568: fnd_file.put_line(fnd_file.output,to_char(p_assignment_id)||' : '||to_char(p_assignment_action_id)||' '||
19569: g_body_tbl(p_assignment_action_id).emp_employee_number||' '||
19570: g_body_tbl(p_assignment_action_id).emp_last_name_kana||' '||g_body_tbl(p_assignment_action_id).emp_first_name_kana);
19571: --
19572: else