DBA Data[Home] [Help]

APPS.PER_PDP_UPD dependencies on HR_MULTI_MESSAGE

Line 923: hr_multi_message.end_validation_set;

919: ,p_rec
920: );
921: --
922: -- Call to raise any errors on multi-message list
923: hr_multi_message.end_validation_set;
924: --
925: -- Call the supporting pre-update operation
926: --
927: per_pdp_upd.pre_update(p_rec);

Line 941: hr_multi_message.end_validation_set;

937: ,p_rec
938: );
939: --
940: -- Call to raise any errors on multi-message list
941: hr_multi_message.end_validation_set;
942: End upd;
943: --
944: -- ----------------------------------------------------------------------------
945: -- |---------------------------------< upd >----------------------------------|