DBA Data[Home] [Help]

APPS.OTA_CCI_UPD dependencies on HR_MULTI_MESSAGE

Line 522: hr_multi_message.end_validation_set;

518: ,p_rec
519: );
520: --
521: -- Call to raise any errors on multi-message list
522: hr_multi_message.end_validation_set;
523: --
524: -- Call the supporting pre-update operation
525: --
526: ota_cci_upd.pre_update(p_rec);

Line 540: hr_multi_message.end_validation_set;

536: ,p_rec
537: );
538: --
539: -- Call to raise any errors on multi-message list
540: hr_multi_message.end_validation_set;
541: End upd;
542: --
543: -- ----------------------------------------------------------------------------
544: -- |---------------------------------< upd >----------------------------------|