DBA Data[Home] [Help]

APPS.IRC_APA_UPD dependencies on HR_MULTI_MESSAGE

Line 306: hr_multi_message.end_validation_set;

302: (p_rec
303: );
304: --
305: -- Call to raise any errors on multi-message list
306: hr_multi_message.end_validation_set;
307: --
308: -- Call the supporting pre-update operation
309: --
310: irc_apa_upd.pre_update(p_rec);

Line 323: hr_multi_message.end_validation_set;

319: (p_rec
320: );
321: --
322: -- Call to raise any errors on multi-message list
323: hr_multi_message.end_validation_set;
324: End upd;
325: --
326: -- ----------------------------------------------------------------------------
327: -- |---------------------------------< upd >----------------------------------|