DBA Data[Home] [Help]

APPS.PER_US_VETS_100A_SINGLE_PKG dependencies on FND_FILE

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

1445:
1446: PROCEDURE write_to_concurrent_out (p_text VARCHAR2) IS
1447: BEGIN
1448:
1449: fnd_file.put_line(fnd_file.OUTPUT, p_text);
1450:
1451: END write_to_concurrent_out;
1452:
1453: PROCEDURE write_to_concurrent_log (p_text VARCHAR2) IS

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

1452:
1453: PROCEDURE write_to_concurrent_log (p_text VARCHAR2) IS
1454: BEGIN
1455:
1456: fnd_file.put_line(fnd_file.LOG, p_text);
1457:
1458: END write_to_concurrent_log;
1459:
1460: End per_us_vets_100a_single_pkg ;