DBA Data[Home] [Help]

APPS.PER_US_VETS_100A_LIST_PKG dependencies on FND_FILE

Line 565: fnd_file.put_line(fnd_file.OUTPUT, p_text);

561:
562: PROCEDURE write_to_concurrent_out (p_text VARCHAR2) IS
563: BEGIN
564:
565: fnd_file.put_line(fnd_file.OUTPUT, p_text);
566:
567: END write_to_concurrent_out;
568:
569: PROCEDURE write_to_concurrent_log (p_text VARCHAR2) IS

Line 572: fnd_file.put_line(fnd_file.LOG, p_text);

568:
569: PROCEDURE write_to_concurrent_log (p_text VARCHAR2) IS
570: BEGIN
571:
572: fnd_file.put_line(fnd_file.LOG, p_text);
573:
574: END write_to_concurrent_log;
575:
576: End per_us_vets_100a_list_pkg ;