DBA Data[Home] [Help]

APPS.HR_QSN_INS dependencies on HR_MULTI_MESSAGE

Line 285: hr_multi_message.end_validation_set;

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

Line 299: hr_multi_message.end_validation_set;

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