323: (p_rec
324: );
325: --
326: -- Call to raise any errors on multi-message list
327: hr_multi_message.end_validation_set;
328: --
329: -- Call the supporting pre-insert operation
330: --
331: pqp_gds_ins.pre_insert(p_rec);
340: (p_rec
341: );
342: --
343: -- Call to raise any errors on multi-message list
344: hr_multi_message.end_validation_set;
345: --
346: hr_utility.set_location('Leaving:'||l_proc, 20);
347: end ins;
348: --