DBA Data[Home] [Help]

APPS.HR_QSF_UPD dependencies on HR_MULTI_MESSAGE

Line 331: hr_multi_message.end_validation_set;

327: -- 2. Call the supporting update validate operations.
328: --
329: convert_defs(p_rec);
330: hr_qsf_bus.update_validate(p_rec, p_effective_date);
331: hr_multi_message.end_validation_set;
332: --
333: -- Call the supporting pre-update operation
334: --
335: pre_update(p_rec);

Line 344: hr_multi_message.end_validation_set;

340: --
341: -- Call the supporting post-update operation
342: --
343: post_update(p_rec, p_effective_date);
344: hr_multi_message.end_validation_set;
345: End upd;
346: --
347: -- ----------------------------------------------------------------------------
348: -- |---------------------------------< upd >----------------------------------|