DBA Data[Home] [Help]

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

Line 483: IF hr_multi_message.exception_add(

479: --MULTI MESSAGE SUPPORT
480: EXCEPTION
481:
482: WHEN app_exception.application_exception THEN
483: IF hr_multi_message.exception_add(
484: p_associated_column1 => 'OTA_LP_ENROLLMENTS.PERSON_ID') THEN
485: hr_utility.set_location(' Leaving:'||l_proc, 52);
486: RAISE;
487:

Line 531: IF hr_multi_message.exception_add(

527:
528: --MULTI MESSAGE SUPPORT
529: EXCEPTION
530: WHEN app_exception.application_exception THEN
531: IF hr_multi_message.exception_add(
532: p_associated_column1 => 'OTA_LP_ENROLLMENTS.PATH_STATUS_CODE') THEN
533: hr_utility.set_location(' Leaving:'||l_proc, 32);
534: RAISE;
535:

Line 579: IF hr_multi_message.exception_add(

575:
576: --MULTI MESSAGE SUPPORT
577: EXCEPTION
578: WHEN app_exception.application_exception THEN
579: IF hr_multi_message.exception_add(
580: p_associated_column1 => 'OTA_LP_ENROLLMENTS.ENROLLMENT_SOURCE_CODE') THEN
581: hr_utility.set_location(' Leaving:'||l_proc, 32);
582: RAISE;
583:

Line 732: hr_multi_message.end_validation_set;

728: -- After validating the set of important attributes,
729: -- if Multiple Message detection is enabled and at least
730: -- one error has been found then abort further validation.
731: --
732: hr_multi_message.end_validation_set;
733: --
734: -- Validate Dependent Attributes
735: --
736: chk_person_contact(p_person_id => p_rec.person_id,

Line 784: hr_multi_message.end_validation_set;

780: -- After validating the set of important attributes,
781: -- if Multiple Message detection is enabled and at least
782: -- one error has been found then abort further validation.
783: --
784: hr_multi_message.end_validation_set;
785: --
786: -- Validate Dependent Attributes
787: --
788: chk_non_updateable_args