DBA Data[Home] [Help]

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

Line 952: hr_multi_message.end_validation_set;

948: -- after validating the set of important attributes,
949: -- if Multiple Message Detection is enabled and at least
950: -- one error has been found then abort further validation.
951: --
952: hr_multi_message.end_validation_set;
953: END IF;
954: --
955: --
956: -- Validate Dependent Attributes

Line 1057: hr_multi_message.end_validation_set;

1053: -- After validating the set of important attributes,
1054: -- if Multiple Message Detection is enabled and at least
1055: -- one error has been found then abort further validation.
1056: --
1057: hr_multi_message.end_validation_set;
1058: END IF;
1059: --
1060: --
1061: -- ----------------------------------------------------------------------------

Line 1128: hr_multi_message.end_validation_set;

1124: -- After validating the set of important attributes,
1125: -- if Multiple Message Detection is enabled and at least
1126: -- one error has been found then abort further validation.
1127: --
1128: hr_multi_message.end_validation_set;
1129: END IF;
1130: --
1131: -- Call all supporting business operations
1132: --