DBA Data[Home] [Help]

APPS.PAY_RFM_BUS dependencies on HR_MULTI_MESSAGE

Line 58: hr_multi_message.add

54: --
55: -- The primary key is invalid therefore we must error
56: --
57: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
58: hr_multi_message.add
59: (p_associated_column1
60: => nvl(p_associated_column1,'REPORT_FORMAT_MAPPING_ID')
61: );
62: --

Line 865: hr_multi_message.end_validation_set;

861: -- after validating the set of important attributes,
862: -- if Multiple Message Detection is enabled and at least
863: -- one error has been found then abort further validation.
864: --
865: hr_multi_message.end_validation_set;
866: END IF;
867: --
868:
869: --

Line 930: hr_multi_message.end_validation_set;

926: -- After validating the set of important attributes,
927: -- if Multiple Message Detection is enabled and at least
928: -- one error has been found then abort further validation.
929: --
930: hr_multi_message.end_validation_set;
931: END IF;
932: --
933: --
934: -- Validate Dependent Attributes

Line 989: hr_multi_message.end_validation_set;

985: -- After validating the set of important attributes,
986: -- if Multiple Message Detection is enabled and at least
987: -- one error has been found then abort further validation.
988: --
989: hr_multi_message.end_validation_set;
990: END IF;
991: --
992: -- Call all supporting business operations
993: --