DBA Data[Home] [Help]

APPS.PAY_URT_INS dependencies on HR_MULTI_MESSAGE

Line 242: hr_multi_message.end_validation_set;

238: (p_rec
239: );
240: --
241: -- Call to raise any errors on multi-message list
242: hr_multi_message.end_validation_set;
243: --
244: -- Call the supporting pre-insert operation
245: --
246: pay_urt_ins.pre_insert

Line 260: hr_multi_message.end_validation_set;

256: --
257: --pay_urt_ins.post_insert(p_rec);
258: --
259: -- Call to raise any errors on multi-message list
260: hr_multi_message.end_validation_set;
261: --
262: hr_utility.set_location('Leaving:'||l_proc, 20);
263: end ins;
264: --