DBA Data[Home] [Help]

APPS.BENUTILS dependencies on FND_FILE

Line 1026: fnd_file.put_line

1022: for l_count in 1..l_num_recs loop
1023: --
1024: if fnd_global.conc_request_id <> -1 and p_file then
1025: --
1026: fnd_file.put_line
1027: (which => fnd_file.log,
1028: buff => g_report_table_object(l_count).text);
1029: --
1030: end if;

Line 1027: (which => fnd_file.log,

1023: --
1024: if fnd_global.conc_request_id <> -1 and p_file then
1025: --
1026: fnd_file.put_line
1027: (which => fnd_file.log,
1028: buff => g_report_table_object(l_count).text);
1029: --
1030: end if;
1031: --