DBA Data[Home] [Help]

APPS.HR_SNP_INS dependencies on HR_MULTI_MESSAGE

Line 309: hr_multi_message.end_validation_set;

305: (p_rec
306: );
307: --
308: -- Call to raise any errors on multi-message list
309: hr_multi_message.end_validation_set;
310: --
311: -- Call the supporting pre-insert operation
312: --
313: hr_snp_ins.pre_insert(p_rec);

Line 326: hr_multi_message.end_validation_set;

322: (p_rec
323: );
324: --
325: -- Call to raise any errors on multi-message list
326: hr_multi_message.end_validation_set;
327: --
328: hr_utility.set_location('Leaving:'||l_proc, 20);
329: end ins;
330: -- |---------------------------------< ins >----------------------------------|