DBA Data[Home] [Help]

APPS.PER_APR_INS dependencies on HR_MULTI_MESSAGE

Line 481: hr_multi_message.end_validation_set;

477:
478: per_apr_bus.insert_validate(p_rec,p_effective_date);
479:
480: -- raise any errors
481: hr_multi_message.end_validation_set;
482:
483: -- Call the supporting pre-insert operation
484:
485: pre_insert(p_rec);

Line 496: hr_multi_message.end_validation_set;

492:
493: post_insert(p_rec);
494:
495: -- raise any errors
496: hr_multi_message.end_validation_set;
497:
498: -- If we are validating then raise the Validate_Enabled exception
499:
500: If p_validate then