DBA Data[Home] [Help]

APPS.PER_CEL_INS dependencies on HR_MULTI_MESSAGE

Line 541: hr_multi_message.end_validation_set;

537: --
538: per_cel_bus.insert_validate(p_rec,p_effective_date);
539: --
540: -- Call to raise any errors on multi-message list
541: hr_multi_message.end_validation_set;
542: --
543: -- Call the supporting pre-insert operation
544: --
545: pre_insert(p_rec);

Line 556: hr_multi_message.end_validation_set;

552: --
553: post_insert(p_rec);
554: --
555: -- Call to raise any errors on multi-message list
556: hr_multi_message.end_validation_set;
557: --
558: -- If we are validating then raise the Validate_Enabled exception
559: --
560: If p_validate then