DBA Data[Home] [Help]

APPS.PAY_PCT_UPD dependencies on HR_MULTI_MESSAGE

Line 312: hr_multi_message.end_validation_set;

308: (p_rec
309: );
310: --
311: -- Call to raise any errors on multi-message list
312: hr_multi_message.end_validation_set;
313: --
314: -- Call the supporting pre-update operation
315: --
316: pay_pct_upd.pre_update(p_rec);

Line 327: hr_multi_message.end_validation_set;

323: --
324: --pay_pct_upd.post_update(p_rec);
325: --
326: -- Call to raise any errors on multi-message list
327: hr_multi_message.end_validation_set;
328: End upd;
329: --
330: -- ----------------------------------------------------------------------------
331: -- |---------------------------------< upd >----------------------------------|