DBA Data[Home] [Help]

APPS.PAY_JP_REPORT_PKG dependencies on FND_FILE

Line 2465: fnd_file.put_line(p_which,substr(p_text,l_len + 1,l_max));

2461: --
2462: end if;
2463: --
2464: -- use substr (not substrb)
2465: fnd_file.put_line(p_which,substr(p_text,l_len + 1,l_max));
2466: --
2467: l_len := l_len + l_max;
2468: --
2469: end loop loop_show_warning;