DBA Data[Home] [Help]

APPS.PAY_EVC_BUS dependencies on HR_MULTI_MESSAGE

Line 61: hr_multi_message.add

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

Line 568: hr_multi_message.add

564: ,p_from_date => p_validation_start_date
565: ,p_to_date => p_validation_end_date))) Then
566: fnd_message.set_name('PAY', 'HR_7216_DT_UPD_INTEGRITY_ERR');
567: fnd_message.set_token('TABLE_NAME','event qualifiers');
568: hr_multi_message.add
569: (p_associated_column1 => pay_evc_shd.g_tab_nam || '.EVENT_QUALIFIER_ID');
570: End If;
571: --
572: Exception

Line 761: hr_multi_message.end_validation_set;

757: -- after validating the set of important attributes,
758: -- if Multiple Message Detection is enabled and at least
759: -- one error has been found then abort further validation.
760: --
761: hr_multi_message.end_validation_set;
762: END IF;
763: --
764: --
765: -- Validate Dependent Attributes

Line 815: hr_multi_message.end_validation_set;

811: -- After validating the set of important attributes,
812: -- if Multiple Message Detection is enabled and at least
813: -- one error has been found then abort further validation.
814: --
815: hr_multi_message.end_validation_set;
816: END IF;
817: --
818: --
819: -- Validate Dependent Attributes

Line 878: hr_multi_message.end_validation_set;

874: -- After validating the set of important attributes,
875: -- if Multiple Message Detection is enabled and at least
876: -- one error has been found then abort further validation.
877: --
878: hr_multi_message.end_validation_set;
879: END IF;
880: --
881: -- Call all supporting business operations
882: --