DBA Data[Home] [Help]

APPS.PER_CONTACT_INFO_TYPES_PKG dependencies on FND_MESSAGE

Line 434: fnd_message.set_name(

430: -- = Raise error when specified information type does not exist in the base table.
431: IF c%NOTFOUND THEN
432: CLOSE c;
433: --
434: fnd_message.set_name(
435: application => 'FND',
436: name => 'FORM_RECORD_DELETED');
437: --
438: app_exception.raise_exception;

Line 447: fnd_message.set_name(

443:
444: -- = Raise error when record is updated by validating object version number.
445: IF x_object_version_number <> recinfo.object_version_number THEN
446: --
447: fnd_message.set_name(
448: application => 'PAY',
449: name => 'HR_7155_OBJECT_INVALID');
450: --
451: fnd_message.raise_error;

Line 451: fnd_message.raise_error;

447: fnd_message.set_name(
448: application => 'PAY',
449: name => 'HR_7155_OBJECT_INVALID');
450: --
451: fnd_message.raise_error;
452: END IF;
453: -- =
454:
455: -- = Raise error when at least one of active_inactive_flag, multiple_occurences_flag,

Line 465: fnd_message.set_name(

461: --
462: NULL;
463: ELSE
464: --
465: fnd_message.set_name(
466: application => 'FND',
467: name => 'FORM_RECORD_CHANGED');
468: --
469: app_exception.raise_exception;

Line 486: fnd_message.set_name(

482: --
483: NULL;
484: ELSE
485: --
486: fnd_message.set_name(
487: application => 'FND',
488: name => 'FORM_RECORD_CHANGED');
489: --
490: app_exception.raise_exception;

Line 1080: fnd_message.set_name(

1076: hr_utility.set_location(
1077: procedure_name => l_package_name,
1078: stage => 70);
1079: --
1080: fnd_message.set_name(
1081: application => 'PAY',
1082: name => 'HR_TRANSLATION_EXISTS');
1083: --
1084: fnd_message.raise_error;

Line 1084: fnd_message.raise_error;

1080: fnd_message.set_name(
1081: application => 'PAY',
1082: name => 'HR_TRANSLATION_EXISTS');
1083: --
1084: fnd_message.raise_error;
1085: END IF;
1086: -- =
1087: --
1088: hr_utility.set_location(