[Home] [Help]
152:
153:
154: EXCEPTION
155: WHEN OTHERS THEN
156: fnd_file.put_line(fnd_file.log, 'Errors in Price List Post Processing');
157: fnd_file.put_line(fnd_file.log, substr(SQLERRM, 1, 1000));
158: end ;
159:
160: END MSD_PRICE_LIST_PP;
153:
154: EXCEPTION
155: WHEN OTHERS THEN
156: fnd_file.put_line(fnd_file.log, 'Errors in Price List Post Processing');
157: fnd_file.put_line(fnd_file.log, substr(SQLERRM, 1, 1000));
158: end ;
159:
160: END MSD_PRICE_LIST_PP;