DBA Data[Home] [Help]

APPS.HR_QSF_INS dependencies on HR_MULTI_MESSAGE

Line 293: hr_multi_message.end_validation_set;

289: -- Call the supporting insert validate operations
290: --
291: hr_qsf_bus.insert_validate(p_rec, p_effective_date);
292: --
293: hr_multi_message.end_validation_set;
294: -- Call the supporting pre-insert operation
295: --
296: pre_insert(p_rec);
297: --

Line 305: hr_multi_message.end_validation_set;

301: --
302: -- Call the supporting post-insert operation
303: --
304: post_insert(p_rec, p_effective_date);
305: hr_multi_message.end_validation_set;
306: end ins;
307: --
308: -- ----------------------------------------------------------------------------
309: -- |---------------------------------< ins >----------------------------------|