DBA Data[Home] [Help]

APPS.PAY_FRR_BUS dependencies on HR_MULTI_MESSAGE

Line 68: hr_multi_message.add

64: --
65: -- The primary key is invalid therefore we must error
66: --
67: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
68: hr_multi_message.add
69: (p_associated_column1
70: => nvl(p_associated_column1,'FORMULA_RESULT_RULE_ID')
71: );
72: --

Line 1350: hr_multi_message.end_validation_set;

1346: -- after validating the set of important attributes,
1347: -- if Multiple Message Detection is enabled and at least
1348: -- one error has been found then abort further validation.
1349: --
1350: hr_multi_message.end_validation_set;
1351: END IF;
1352: --
1353: --
1354: -- Validate Dependent Attributes

Line 1460: hr_multi_message.end_validation_set;

1456: -- After validating the set of important attributes,
1457: -- if Multiple Message Detection is enabled and at least
1458: -- one error has been found then abort further validation.
1459: --
1460: hr_multi_message.end_validation_set;
1461: END IF;
1462: --
1463: -- Validate Dependent Attributes
1464: --

Line 1558: hr_multi_message.end_validation_set;

1554: -- After validating the set of important attributes,
1555: -- if Multiple Message Detection is enabled and at least
1556: -- one error has been found then abort further validation.
1557: --
1558: hr_multi_message.end_validation_set;
1559: END IF;
1560: --
1561: -- Call all supporting business operations
1562: --