DBA Data[Home] [Help]

APPS.PER_QUA_INS dependencies on HR_MULTI_MESSAGE

Line 511: hr_multi_message.end_validation_set;

507: --
508: per_qua_bus.insert_validate(p_rec,p_effective_date);
509: --
510: -- Call to raise any errors on multi-message list
511: hr_multi_message.end_validation_set;
512: --
513: --
514: -- Call the supporting pre-insert operation
515: --

Line 527: hr_multi_message.end_validation_set;

523: --
524: post_insert(p_rec, p_effective_date);
525: --
526: -- Call to raise any errors on multi-message list
527: hr_multi_message.end_validation_set;
528: --
529: --
530: -- If we are validating then raise the Validate_Enabled exception
531: --