DBA Data[Home] [Help]

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

Line 721: hr_multi_message.end_validation_set;

717: -- after validating the set of important attributes,
718: -- if Multiple Message Detection is enabled and at least
719: -- one error has been found then abort further validation.
720: --
721: hr_multi_message.end_validation_set;
722: END IF;
723: --
724: --
725: -- Validate Dependent Attributes

Line 799: hr_multi_message.end_validation_set;

795: -- After validating the set of important attributes,
796: -- if Multiple Message Detection is enabled and at least
797: -- one error has been found then abort further validation.
798: --
799: hr_multi_message.end_validation_set;
800: END IF;
801: --
802: --
803: -- Validate Dependent Attributes

Line 874: hr_multi_message.end_validation_set;

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