DBA Data[Home] [Help]

APPS.HR_DTT_INS dependencies on HR_MULTI_MESSAGE

Line 249: hr_multi_message.end_validation_set;

245:
246:
247: --
248: -- Call to raise any errors on multi-message list
249: hr_multi_message.end_validation_set;
250: --
251: -- Call the supporting pre-insert operation
252: --
253: hr_dtt_ins.pre_insert

Line 275: hr_multi_message.end_validation_set;

271:
272:
273: --
274: -- Call to raise any errors on multi-message list
275: hr_multi_message.end_validation_set;
276: --
277: hr_utility.set_location('Leaving:'||l_proc, 20);
278: end ins;
279: --