239: ,p_booking_justification_id
240: );
241: --
242: -- Call to raise any errors on multi-message list
243: hr_multi_message.end_validation_set;
244: --
245: -- Call the supporting pre-insert operation
246: --
247: ota_bjt_ins.pre_insert
259: (p_rec
260: );
261: --
262: -- Call to raise any errors on multi-message list
263: hr_multi_message.end_validation_set;
264: --
265: hr_utility.set_location('Leaving:'||l_proc, 20);
266: end ins;
267: --