DBA Data[Home] [Help]

APPS.PQH_RMV_INS dependencies on HR_MULTI_MESSAGE

Line 413: hr_multi_message.end_validation_set;

409: (p_rec
410: );
411: --
412: -- Call to raise any errors on multi-message list
413: hr_multi_message.end_validation_set;
414: --
415: -- Call the supporting pre-insert operation
416: --
417: pqh_rmv_ins.pre_insert(p_rec);

Line 430: hr_multi_message.end_validation_set;

426: (p_rec
427: );
428: --
429: -- Call to raise any errors on multi-message list
430: hr_multi_message.end_validation_set;
431: --
432: hr_utility.set_location('Leaving:'||l_proc, 20);
433: end ins;
434: --