DBA Data[Home] [Help]

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

Line 571: hr_multi_message.end_validation_set;

567: -- after validating the set of important attributes,
568: -- if Multiple Message Detection is enabled and at least
569: -- one error has been found then abort further validation.
570: --
571: hr_multi_message.end_validation_set;
572: END IF;
573: --
574: --
575: -- Validate Dependent Attributes

Line 646: hr_multi_message.end_validation_set;

642: -- After validating the set of important attributes,
643: -- if Multiple Message Detection is enabled and at least
644: -- one error has been found then abort further validation.
645: --
646: hr_multi_message.end_validation_set;
647: END IF;
648: --
649: --
650: -- Validate Dependent Attributes

Line 718: hr_multi_message.end_validation_set;

714: -- After validating the set of important attributes,
715: -- if Multiple Message Detection is enabled and at least
716: -- one error has been found then abort further validation.
717: --
718: hr_multi_message.end_validation_set;
719: END IF;
720: --
721: -- Call all supporting business operations
722: --