DBA Data[Home] [Help]

APPS.PER_PPB_BUS dependencies on HR_MULTI_MESSAGE

Line 61: hr_multi_message.add

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

Line 1403: hr_multi_message.end_validation_set;

1399: -- After validating the set of important attributes,
1400: -- if Multiple Message detection is enabled and at least
1401: -- one error has been found then abort further validation.
1402: --
1403: hr_multi_message.end_validation_set;
1404: --
1405: -- Validate Dependent Attributes
1406: --
1407: chk_rate_id

Line 1487: hr_multi_message.end_validation_set;

1483: -- After validating the set of important attributes,
1484: -- if Multiple Message detection is enabled and at least
1485: -- one error has been found then abort further validation.
1486: --
1487: hr_multi_message.end_validation_set;
1488: --
1489: -- Validate Dependent Attributes
1490: --
1491: chk_non_updateable_args