DBA Data[Home] [Help]

APPS.PQH_TAH_INS dependencies on HR_MULTI_MESSAGE

Line 306: hr_multi_message.end_validation_set;

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

Line 323: hr_multi_message.end_validation_set;

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