DBA Data[Home] [Help]

APPS.HR_QSN_INS dependencies on HR_MULTI_MESSAGE

Line 288: hr_multi_message.end_validation_set;

284: --
285: hr_qsn_bus.insert_validate(p_rec, p_effective_date);
286: --
287: -- Call to raise any errors on multi-message list
288: hr_multi_message.end_validation_set;
289: --
290: -- Call the supporting pre-insert operation
291: --
292: pre_insert(p_rec);

Line 302: hr_multi_message.end_validation_set;

298: -- Call the supporting post-insert operation
299: --
300: post_insert(p_rec, p_effective_date);
301: -- Call to raise any errors on multi-message list
302: hr_multi_message.end_validation_set;
303: --
304: end ins;
305: --
306: -- ----------------------------------------------------------------------------