DBA Data[Home] [Help]

APPS.GCS_CONS_MONITOR_PKG dependencies on FND_MESSAGE

Line 434: fnd_message.set_name('GCS', 'GCS_CM_INVALID_STATUS');

430: END LOOP;
431: EXCEPTION
432: WHEN gcs_cons_eng_invalid_status THEN
433: ROLLBACK TO gcs_lock_results_start;
434: fnd_message.set_name('GCS', 'GCS_CM_INVALID_STATUS');
435: x_errbuf := fnd_message.get;
436: x_retcode := fnd_api.g_ret_sts_error;
437:
438: -- Write the appropriate information to the execution report

Line 435: x_errbuf := fnd_message.get;

431: EXCEPTION
432: WHEN gcs_cons_eng_invalid_status THEN
433: ROLLBACK TO gcs_lock_results_start;
434: fnd_message.set_name('GCS', 'GCS_CM_INVALID_STATUS');
435: x_errbuf := fnd_message.get;
436: x_retcode := fnd_api.g_ret_sts_error;
437:
438: -- Write the appropriate information to the execution report
439: IF fnd_log.g_current_runtime_level <= fnd_log.level_error THEN