DBA Data[Home] [Help]

APPS.PAY_ORG_PAYMENT_METHODS_PKG dependencies on FND_MESSAGE

Line 351: fnd_message.set_name('PAY','HR_TRANSLATION_EXISTS');

347: CLOSE c_translation;
348: ELSE
349: hr_utility.set_location (l_package_name,70);
350: CLOSE c_translation;
351: fnd_message.set_name('PAY','HR_TRANSLATION_EXISTS');
352: fnd_message.raise_error;
353: END IF;
354: hr_utility.set_location ('Leaving:'||l_package_name,80);
355: END validate_translation;

Line 352: fnd_message.raise_error;

348: ELSE
349: hr_utility.set_location (l_package_name,70);
350: CLOSE c_translation;
351: fnd_message.set_name('PAY','HR_TRANSLATION_EXISTS');
352: fnd_message.raise_error;
353: END IF;
354: hr_utility.set_location ('Leaving:'||l_package_name,80);
355: END validate_translation;
356: -----------------------------------------------------------------------------

Line 760: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

756: then
757: return; -- Row successfully locked, no clashes
758: end if;
759: --
760: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
761: app_exception.raise_exception;
762: --
763: end lock_row;
764: -----------------------------------------------------------------------------