DBA Data[Home] [Help]

APPS.MSD_CS_COLLECTION dependencies on FND_FILE

Line 1302: fnd_file.put_line(fnd_file.log,substr(p_sql, i, 255));

1298: Begin
1299: while i <= length(p_sql)
1300: loop
1301: -- dbms_output.put_line (substr(p_sql, i, 255));
1302: fnd_file.put_line(fnd_file.log,substr(p_sql, i, 255));
1303: null;
1304: i := i+255;
1305: end loop;
1306: End;