DBA Data[Home] [Help]

APPS.PER_ABC_UPD dependencies on HR_MULTI_MESSAGE

Line 909: hr_multi_message.end_validation_set;

905: (p_rec
906: );
907: --
908: -- Call to raise any errors on multi-message list
909: hr_multi_message.end_validation_set;
910: --
911: -- Call the supporting pre-update operation
912: --
913: per_abc_upd.pre_update(p_rec);

Line 926: hr_multi_message.end_validation_set;

922: (p_rec
923: );
924: --
925: -- Call to raise any errors on multi-message list
926: hr_multi_message.end_validation_set;
927: End upd;
928: --
929: -- ----------------------------------------------------------------------------
930: -- |---------------------------------< upd >----------------------------------|