DBA Data[Home] [Help]

APPS.HXC_TKS_INS dependencies on HR_MULTI_MESSAGE

Line 327: hr_multi_message.end_validation_set;

323: hxc_tks_bus.insert_validate
324: (p_rec );
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: hxc_tks_ins.pre_insert(p_rec);

Line 343: hr_multi_message.end_validation_set;

339: hxc_tks_ins.post_insert
340: (p_rec );
341: --
342: -- Call to raise any errors on multi-message list
343: hr_multi_message.end_validation_set;
344: --
345: if g_debug then
346: hr_utility.set_location('Leaving:'||l_proc, 20);
347: end if;