DBA Data[Home] [Help]

APPS.PAY_BDT_UPD dependencies on HR_MULTI_MESSAGE

Line 330: hr_multi_message.end_validation_set;

326: (p_rec
327: );
328: --
329: -- Call to raise any errors on multi-message list
330: hr_multi_message.end_validation_set;
331: --
332: -- Call the supporting pre-update operation
333: --
334: pay_bdt_upd.pre_update(p_rec);

Line 345: hr_multi_message.end_validation_set;

341: --
342: --pay_bdt_upd.post_update(p_rec);
343: --
344: -- Call to raise any errors on multi-message list
345: hr_multi_message.end_validation_set;
346: End upd;
347: --
348: -- ----------------------------------------------------------------------------
349: -- |---------------------------------< upd >----------------------------------|