DBA Data[Home] [Help]

APPS.PQH_TSH_INS dependencies on HR_MULTI_MESSAGE

Line 308: hr_multi_message.end_validation_set;

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

Line 325: hr_multi_message.end_validation_set;

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