DBA Data[Home] [Help]

APPS.OTA_LME_BUS dependencies on HR_MULTI_MESSAGE

Line 64: hr_multi_message.add

60: --
61: -- The primary key is invalid therefore we must error
62: --
63: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
64: hr_multi_message.add
65: (p_associated_column1
66: => nvl(p_associated_column1,'LP_MEMBER_ENROLLMENT_ID')
67: );
68: --

Line 451: IF hr_multi_message.exception_add

447: EXCEPTION
448:
449: WHEN app_exception.application_exception THEN
450:
451: IF hr_multi_message.exception_add
452: (p_associated_column1 => 'OTA_LP_MEMBER_ENROLLMENTS.MEMBER_STATUS_CODE') THEN
453:
454: hr_utility.set_location(' Leaving:'||l_proc, 42);
455: RAISE;

Line 524: hr_multi_message.end_validation_set;

520: -- After validating the set of important attributes,
521: -- if Multiple Message detection is enabled and at least
522: -- one error has been found then abort further validation.
523: --
524: hr_multi_message.end_validation_set;
525: --
526: -- Validate Dependent Attributes
527: --
528: --

Line 560: hr_multi_message.end_validation_set;

556: -- After validating the set of important attributes,
557: -- if Multiple Message detection is enabled and at least
558: -- one error has been found then abort further validation.
559: --
560: hr_multi_message.end_validation_set;
561: --
562: -- Validate Dependent Attributes
563: --
564: chk_non_updateable_args