DBA Data[Home] [Help]

APPS.PQH_RAP_INS dependencies on HR_MULTI_MESSAGE

Line 328: hr_multi_message.end_validation_set;

324: ,p_rec
325: );
326: --
327: -- Call to raise any errors on multi-message list
328: hr_multi_message.end_validation_set;
329: --
330: -- Call the supporting pre-insert operation
331: --
332: pqh_rap_ins.pre_insert(p_rec);

Line 346: hr_multi_message.end_validation_set;

342: ,p_rec
343: );
344: --
345: -- Call to raise any errors on multi-message list
346: hr_multi_message.end_validation_set;
347: --
348: hr_utility.set_location('Leaving:'||l_proc, 20);
349: end ins;
350: --