DBA Data[Home] [Help]

APPS.OTA_LPC_UPD dependencies on HR_MULTI_MESSAGE

Line 535: hr_multi_message.end_validation_set;

531: ,p_rec
532: );
533: --
534: -- Call to raise any errors on multi-message list
535: hr_multi_message.end_validation_set;
536: --
537: -- Call the supporting pre-update operation
538: --
539: ota_lpc_upd.pre_update(p_rec);

Line 553: hr_multi_message.end_validation_set;

549: ,p_rec
550: );
551: --
552: -- Call to raise any errors on multi-message list
553: hr_multi_message.end_validation_set;
554: End upd;
555: --
556: -- ----------------------------------------------------------------------------
557: -- |---------------------------------< upd >----------------------------------|