DBA Data[Home] [Help]

APPS.PAY_RAN_UPD dependencies on HR_MULTI_MESSAGE

Line 378: hr_multi_message.end_validation_set;

374: (p_rec
375: );
376: --
377: -- Call to raise any errors on multi-message list
378: hr_multi_message.end_validation_set;
379: --
380: -- Call the supporting pre-update operation
381: --
382: pay_ran_upd.pre_update(p_rec);

Line 399: hr_multi_message.end_validation_set;

395: );
396: */
397: --
398: -- Call to raise any errors on multi-message list
399: hr_multi_message.end_validation_set;
400: End upd;
401: --
402: -- ----------------------------------------------------------------------------
403: -- |---------------------------------< upd >----------------------------------|