DBA Data[Home] [Help]

APPS.PAY_PTT_UPD dependencies on HR_MULTI_MESSAGE

Line 321: hr_multi_message.end_validation_set;

317: (p_rec
318: );
319: --
320: -- Call to raise any errors on multi-message list
321: hr_multi_message.end_validation_set;
322: --
323: -- Call the supporting pre-update operation
324: --
325: pay_ptt_upd.pre_update(p_rec);

Line 336: hr_multi_message.end_validation_set;

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