DBA Data[Home] [Help]

APPS.MSD_PRICE_LIST_PP dependencies on FND_FILE

Line 160: fnd_file.put_line(fnd_file.log, 'Errors in Price List Post Processing');

156:
157:
158: EXCEPTION
159: WHEN OTHERS THEN
160: fnd_file.put_line(fnd_file.log, 'Errors in Price List Post Processing');
161: fnd_file.put_line(fnd_file.log, substr(SQLERRM, 1, 1000));
162: end ;
163:
164: END MSD_PRICE_LIST_PP;

Line 161: fnd_file.put_line(fnd_file.log, substr(SQLERRM, 1, 1000));

157:
158: EXCEPTION
159: WHEN OTHERS THEN
160: fnd_file.put_line(fnd_file.log, 'Errors in Price List Post Processing');
161: fnd_file.put_line(fnd_file.log, substr(SQLERRM, 1, 1000));
162: end ;
163:
164: END MSD_PRICE_LIST_PP;