DBA Data[Home] [Help]

APPS.HR_ITL_UPD dependencies on HR_MULTI_MESSAGE

Line 325: hr_multi_message.end_validation_set;

321:
322: );
323: --
324: -- Call to raise any errors on multi-message list
325: hr_multi_message.end_validation_set;
326: --
327: -- Call the supporting pre-update operation
328: --
329: hr_itl_upd.pre_update(p_rec);

Line 342: hr_multi_message.end_validation_set;

338: (p_rec
339: );
340: --
341: -- Call to raise any errors on multi-message list
342: hr_multi_message.end_validation_set;
343: End upd;
344: --
345: -- ----------------------------------------------------------------------------
346: -- |---------------------------------< upd >----------------------------------|