DBA Data[Home] [Help]

APPS.PO_ASL_UPGRADE_SV2 dependencies on PO_MESSAGE_S

Line 232: PO_MESSAGE_S.SQL_ERROR('UPGRADE_AUTOSOURCE_VENDORS', x_progress, sqlcode);

228: EXCEPTION
229: WHEN OTHERS THEN
230: fnd_file.put_line(fnd_file.log, '** Exception in upgrade_autosource_vendors');
231: fnd_file.put_line(fnd_file.log, 'x_progress = '||x_progress);
232: PO_MESSAGE_S.SQL_ERROR('UPGRADE_AUTOSOURCE_VENDORS', x_progress, sqlcode);
233: END;
234:
235: /*===========================================================================
236:

Line 524: PO_MESSAGE_S.SQL_ERROR('CREATE_ASL_ENTRY', x_progress, sqlcode);

520: WHEN OTHERS THEN
521: fnd_file.put_line(fnd_file.log, '** Exception in create_asl_entry');
522: fnd_file.put_line(fnd_file.log, 'x_progress = '||x_progress);
523: fnd_file.put_line(fnd_file.log,'CREATE_ASL_ENTRY'|| sqlcode);
524: PO_MESSAGE_S.SQL_ERROR('CREATE_ASL_ENTRY', x_progress, sqlcode);
525: END;
526: /*===========================================================================
527:
528: PROCEDURE NAME: upgrade_asl_documents

Line 693: PO_MESSAGE_S.SQL_ERROR('UPGRADE_ASL_DOCUMENTS', x_progress, sqlcode);

689: EXCEPTION
690: WHEN OTHERS THEN
691: fnd_file.put_line(fnd_file.log, '** Exception in upgrade_asl_documents');
692: fnd_file.put_line(fnd_file.log, 'x_progress = '||x_progress);
693: PO_MESSAGE_S.SQL_ERROR('UPGRADE_ASL_DOCUMENTS', x_progress, sqlcode);
694: END;
695:
696:
697: