DBA Data[Home] [Help]

APPS.OTA_CRE_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_ENROLLMENT_ID')
67: );
68: --

Line 410: IF hr_multi_message.exception_add(

406: --MULTI MESSAGE SUPPORT
407: EXCEPTION
408:
409: WHEN app_exception.application_exception THEN
410: IF hr_multi_message.exception_add(
411: p_associated_column1 => 'OTA_CERT_ENROLLMENTS.PERSON_ID') THEN
412: hr_utility.set_location(' Leaving:'||l_proc, 52);
413: RAISE;
414:

Line 459: IF hr_multi_message.exception_add(

455:
456: --MULTI MESSAGE SUPPORT
457: EXCEPTION
458: WHEN app_exception.application_exception THEN
459: IF hr_multi_message.exception_add(
460: p_associated_column1 => 'OTA_CERT_ENROLLMENTS.CERTIFICATION_STATUS_CODE') THEN
461: hr_utility.set_location(' Leaving:'||l_proc, 32);
462: RAISE;
463:

Line 688: hr_multi_message.end_validation_set;

684: -- After validating the set of important attributes,
685: -- if Multiple Message detection is enabled and at least
686: -- one error has been found then abort further validation.
687: --
688: hr_multi_message.end_validation_set;
689: --
690: -- Validate Dependent Attributes
691: --
692: --

Line 740: hr_multi_message.end_validation_set;

736: -- After validating the set of important attributes,
737: -- if Multiple Message detection is enabled and at least
738: -- one error has been found then abort further validation.
739: --
740: hr_multi_message.end_validation_set;
741: --
742: -- Validate Dependent Attributes
743: --
744: chk_non_updateable_args