DBA Data[Home] [Help]

APPS.PER_PHN_INS dependencies on HR_MULTI_MESSAGE

Line 401: hr_multi_message.end_validation_set;

397: );
398: --
399: -- Call to raise any errors on multi-message list
400: --
401: hr_multi_message.end_validation_set;
402: --
403: -- Call the supporting pre-insert operation
404: --
405: pre_insert(p_rec);

Line 417: hr_multi_message.end_validation_set;

413: post_insert(p_rec, p_effective_date);
414: --
415: -- Call to raise any errors on multi-message list
416: --
417: hr_multi_message.end_validation_set;
418: --
419: -- If we are validating then raise the Validate_Enabled exception
420: --
421: If p_validate then