DBA Data[Home] [Help]

APPS.HR_OTT_UPD dependencies on HR_MULTI_MESSAGE

Line 317: hr_multi_message.end_validation_set;

313: ,p_option_type_id
314: );
315: --
316: -- Call to raise any errors on multi-message list
317: hr_multi_message.end_validation_set;
318: --
319: -- Call the supporting pre-update operation
320: --
321: hr_ott_upd.pre_update(p_rec);

Line 334: hr_multi_message.end_validation_set;

330: (p_rec
331: );
332: --
333: -- Call to raise any errors on multi-message list
334: hr_multi_message.end_validation_set;
335: End upd;
336: --
337: -- ----------------------------------------------------------------------------
338: -- |---------------------------------< upd >----------------------------------|