DBA Data[Home] [Help]

APPS.HR_QSF_UPD dependencies on HR_MULTI_MESSAGE

Line 321: hr_multi_message.end_validation_set;

317: -- 2. Call the supporting update validate operations.
318: --
319: convert_defs(p_rec);
320: hr_qsf_bus.update_validate(p_rec, p_effective_date);
321: hr_multi_message.end_validation_set;
322: --
323: -- Call the supporting pre-update operation
324: --
325: pre_update(p_rec);

Line 334: hr_multi_message.end_validation_set;

330: --
331: -- Call the supporting post-update operation
332: --
333: post_update(p_rec, p_effective_date);
334: hr_multi_message.end_validation_set;
335: End upd;
336: --
337: -- ----------------------------------------------------------------------------
338: -- |---------------------------------< upd >----------------------------------|