DBA Data[Home] [Help]

APPS.HR_QSF_INS dependencies on HR_MULTI_MESSAGE

Line 302: hr_multi_message.end_validation_set;

298: -- Call the supporting insert validate operations
299: --
300: hr_qsf_bus.insert_validate(p_rec, p_effective_date);
301: --
302: hr_multi_message.end_validation_set;
303: -- Call the supporting pre-insert operation
304: --
305: pre_insert(p_rec);
306: --

Line 314: hr_multi_message.end_validation_set;

310: --
311: -- Call the supporting post-insert operation
312: --
313: post_insert(p_rec, p_effective_date);
314: hr_multi_message.end_validation_set;
315: end ins;
316: --
317: -- ----------------------------------------------------------------------------
318: -- |---------------------------------< ins >----------------------------------|