DBA Data[Home] [Help]

APPS.PQH_VLE_INS dependencies on HR_MULTI_MESSAGE

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: -- Call the supporting pre-insert operation
326: --
327: pqh_vle_ins.pre_insert(p_rec);

Line 341: hr_multi_message.end_validation_set;

337: ,p_rec
338: );
339: --
340: -- Call to raise any errors on multi-message list
341: hr_multi_message.end_validation_set;
342: --
343: hr_utility.set_location('Leaving:'||l_proc, 20);
344: end ins;
345: --