DBA Data[Home] [Help]

APPS.PAY_PUT_UPD dependencies on HR_MULTI_MESSAGE

Line 343: hr_multi_message.end_validation_set;

339: ,p_rec
340: );
341: --
342: -- Call to raise any errors on multi-message list
343: hr_multi_message.end_validation_set;
344: --
345: -- Call the supporting pre-update operation
346: --
347: pay_put_upd.pre_update(p_rec);

Line 361: hr_multi_message.end_validation_set;

357: ,p_rec
358: );
359: --
360: -- Call to raise any errors on multi-message list
361: hr_multi_message.end_validation_set;
362: End upd;
363: --
364: -- ----------------------------------------------------------------------------
365: -- |---------------------------------< upd >----------------------------------|