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 1342: hr_multi_message.end_validation_set;

1338: -- after validating the set of important attributes,
1339: -- if Multiple Message Detection is enabled and at least
1340: -- one error has been found then abort further validation.
1341: --
1342: hr_multi_message.end_validation_set;
1343: END IF;
1344: --
1345: -- Validate the following before actually inserting balance feed
1346: --

Line 1529: hr_multi_message.end_validation_set;

1525: -- After validating the set of important attributes,
1526: -- if Multiple Message Detection is enabled and at least
1527: -- one error has been found then abort further validation.
1528: --
1529: hr_multi_message.end_validation_set;
1530: END IF;
1531: --
1532: --
1533: -- Validate the following before actually updating balance feed

Line 1620: hr_multi_message.end_validation_set;

1616: -- After validating the set of important attributes,
1617: -- if Multiple Message Detection is enabled and at least
1618: -- one error has been found then abort further validation.
1619: --
1620: hr_multi_message.end_validation_set;
1621: END IF;
1622: --
1623: -- Call all supporting business operations
1624: --