DBA Data[Home] [Help]

APPS.MSD_COMMON_UTILITIES dependencies on FND_FILE

Line 1723: fnd_file.put_line(fnd_file.log, to_char(substr(x_result,((x_i-1)*4000)+1,4000)));

1719: x_result := DBMS_AW_INTERP('aw attach odpcode ro;show DP.MEAS.AUDIT('''||demand_plan_id||''')');
1720: DBMS_AW_EXECUTE('aw detach odpcode');
1721: LOOP
1722: x_i := x_i+1;
1723: fnd_file.put_line(fnd_file.log, to_char(substr(x_result,((x_i-1)*4000)+1,4000)));
1724: EXIT WHEN x_i>=(length(x_result)/4000);
1725: END LOOP;
1726: end AUDIT_MEASURES;
1727: