DBA Data[Home] [Help]

APPS.PAY_PBF_BUS dependencies on HR_MULTI_MESSAGE

Line 62: hr_multi_message.add

58: --
59: -- The primary key is invalid therefore we must error
60: --
61: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
62: hr_multi_message.add
63: (p_associated_column1
64: => nvl(p_associated_column1,'BALANCE_FEED_ID')
65: );
66: --

Line 1320: hr_multi_message.end_validation_set;

1316: -- after validating the set of important attributes,
1317: -- if Multiple Message Detection is enabled and at least
1318: -- one error has been found then abort further validation.
1319: --
1320: hr_multi_message.end_validation_set;
1321: END IF;
1322: --
1323: -- Validate the following before actually inserting balance feed
1324: --

Line 1491: hr_multi_message.end_validation_set;

1487: -- After validating the set of important attributes,
1488: -- if Multiple Message Detection is enabled and at least
1489: -- one error has been found then abort further validation.
1490: --
1491: hr_multi_message.end_validation_set;
1492: END IF;
1493: --
1494: --
1495: -- Validate the following before actually updating balance feed

Line 1578: hr_multi_message.end_validation_set;

1574: -- After validating the set of important attributes,
1575: -- if Multiple Message Detection is enabled and at least
1576: -- one error has been found then abort further validation.
1577: --
1578: hr_multi_message.end_validation_set;
1579: END IF;
1580: --
1581: -- Call all supporting business operations
1582: --