[Home] [Help]
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;
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;