DBA Data[Home] [Help]

APPS.PER_APR_INS dependencies on HR_MULTI_MESSAGE

Line 487: hr_multi_message.end_validation_set;

483:
484: per_apr_bus.insert_validate(p_rec,p_effective_date);
485:
486: -- raise any errors
487: hr_multi_message.end_validation_set;
488:
489: -- Call the supporting pre-insert operation
490:
491: pre_insert(p_rec);

Line 502: hr_multi_message.end_validation_set;

498:
499: post_insert(p_rec);
500:
501: -- raise any errors
502: hr_multi_message.end_validation_set;
503:
504: -- If we are validating then raise the Validate_Enabled exception
505:
506: If p_validate then