DBA Data[Home] [Help]

APPS.BENUTILS dependencies on FND_FILE

Line 1023: fnd_file.put_line

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

Line 1024: (which => fnd_file.log,

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