DBA Data[Home] [Help]

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

Line 1095: hr_multi_message.end_validation_set;

1091: -- after validating the set of important attributes,
1092: -- if Multiple Message Detection is enabled and at least
1093: -- one error has been found then abort further validation.
1094: --
1095: hr_multi_message.end_validation_set;
1096: END IF;
1097: --
1098: --
1099: -- Validate Dependent Attributes

Line 1224: hr_multi_message.end_validation_set;

1220: -- After validating the set of important attributes,
1221: -- if Multiple Message Detection is enabled and at least
1222: -- one error has been found then abort further validation.
1223: --
1224: hr_multi_message.end_validation_set;
1225: END IF;
1226: --
1227: --
1228: -- Validate Dependent Attributes

Line 1348: hr_multi_message.end_validation_set;

1344: -- After validating the set of important attributes,
1345: -- if Multiple Message Detection is enabled and at least
1346: -- one error has been found then abort further validation.
1347: --
1348: hr_multi_message.end_validation_set;
1349: END IF;
1350: --
1351: -- Call all supporting business operations
1352: --