DBA Data[Home] [Help]

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

Line 481: hr_multi_message.end_validation_set;

477: -- after validating the set of important attributes,
478: -- if Multiple Message Detection is enabled and at least
479: -- one error has been found then abort further validation.
480: --
481: hr_multi_message.end_validation_set;
482: END IF;
483: --
484: --
485: -- Validate Dependent Attributes

Line 528: hr_multi_message.end_validation_set;

524: -- After validating the set of important attributes,
525: -- if Multiple Message Detection is enabled and at least
526: -- one error has been found then abort further validation.
527: --
528: hr_multi_message.end_validation_set;
529: END IF;
530: --
531: --
532: -- Validate Dependent Attributes

Line 582: hr_multi_message.end_validation_set;

578: -- After validating the set of important attributes,
579: -- if Multiple Message Detection is enabled and at least
580: -- one error has been found then abort further validation.
581: --
582: hr_multi_message.end_validation_set;
583: END IF;
584: --
585: -- Call all supporting business operations
586: --