DBA Data[Home] [Help]

APPS.PQH_LOS_BUS dependencies on HR_MULTI_MESSAGE

Line 61: hr_multi_message.add

57: --
58: -- The primary key is invalid therefore we must error
59: --
60: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
61: hr_multi_message.add
62: (p_associated_column1
63: => nvl(p_associated_column1,'SITUATION_ID')
64: );
65: --

Line 588: hr_multi_message.add;

584: OPEN cur_duplicate;
585: FETCH cur_duplicate into l_situation_id;
586: if(cur_duplicate%FOUND ) Then
587: fnd_message.set_name('PQH', 'PQH_FR_DUP_SITUATION');
588: hr_multi_message.add;
589: end if;
590: CLOSE cur_duplicate;
591: hr_utility.set_location(' Leaving:'||l_proc, 10);
592: End duplicate_check;

Line 629: hr_multi_message.end_validation_set;

625: -- After validating the set of important attributes,
626: -- if Multiple Message detection is enabled and at least
627: -- one error has been found then abort further validation.
628: --
629: hr_multi_message.end_validation_set;
630: --
631: -- Validate Dependent Attributes
632: --
633: --

Line 673: hr_multi_message.end_validation_set;

669: -- After validating the set of important attributes,
670: -- if Multiple Message detection is enabled and at least
671: -- one error has been found then abort further validation.
672: --
673: hr_multi_message.end_validation_set;
674: --
675: -- Validate Dependent Attributes
676: --
677: chk_non_updateable_args