DBA Data[Home] [Help]

APPS.OTA_CME_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,'CERT_MBR_ENROLLMENT_ID')
67: );
68: --

Line 405: IF hr_multi_message.exception_add

401: EXCEPTION
402:
403: WHEN app_exception.application_exception THEN
404:
405: IF hr_multi_message.exception_add
406: (p_associated_column1 => 'OTA_CERT_MBR_ENROLLMENTS.MEMBER_STATUS_CODE') THEN
407:
408: hr_utility.set_location(' Leaving:'||l_proc, 42);
409: RAISE;

Line 441: hr_multi_message.end_validation_set;

437: -- After validating the set of important attributes,
438: -- if Multiple Message detection is enabled and at least
439: -- one error has been found then abort further validation.
440: --
441: hr_multi_message.end_validation_set;
442: --
443: -- Validate Dependent Attributes
444: --
445: --

Line 476: hr_multi_message.end_validation_set;

472: -- After validating the set of important attributes,
473: -- if Multiple Message detection is enabled and at least
474: -- one error has been found then abort further validation.
475: --
476: hr_multi_message.end_validation_set;
477: --
478: -- Validate Dependent Attributes
479: --
480: chk_non_updateable_args