DBA Data[Home] [Help]

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

Line 643: hr_multi_message.end_validation_set;

639: -- after validating the set of important attributes,
640: -- if Multiple Message Detection is enabled and at least
641: -- one error has been found then abort further validation.
642: --
643: hr_multi_message.end_validation_set;
644: END IF;
645:
646: */
647:

Line 702: hr_multi_message.end_validation_set;

698: -- After validating the set of important attributes,
699: -- if Multiple Message Detection is enabled and at least
700: -- one error has been found then abort further validation.
701: --
702: hr_multi_message.end_validation_set;
703: END IF;
704:
705: */
706: --

Line 751: hr_multi_message.end_validation_set;

747: -- After validating the set of important attributes,
748: -- if Multiple Message Detection is enabled and at least
749: -- one error has been found then abort further validation.
750: --
751: hr_multi_message.end_validation_set;
752: END IF;
753: */
754: --
755: -- Call all supporting business operations