DBA Data[Home] [Help]

APPS.MSD_PRICE_LIST_PP dependencies on FND_FILE

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

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;

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

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;