DBA Data[Home] [Help]

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

Line 649: hr_multi_message.end_validation_set;

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

Line 719: hr_multi_message.end_validation_set;

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

Line 787: hr_multi_message.end_validation_set;

783: -- After validating the set of important attributes,
784: -- if Multiple Message Detection is enabled and at least
785: -- one error has been found then abort further validation.
786: --
787: hr_multi_message.end_validation_set;
788: END IF;
789: --
790: -- Call all supporting business operations
791: --