DBA Data[Home] [Help]

APPS.BEN_JRT_BUS dependencies on HR_MULTI_MESSAGE

Line 314: hr_multi_message.add

310: --
311: -- The primary key is invalid therefore we must error
312: --
313: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
314: hr_multi_message.add
315: (p_associated_column1
316: => nvl(p_associated_column1,'JOB_RT_ID')
317: );
318: --

Line 780: hr_multi_message.add

776: ,p_from_date => p_validation_start_date
777: ,p_to_date => p_validation_end_date))) Then
778: fnd_message.set_name('PAY', 'HR_7216_DT_UPD_INTEGRITY_ERR');
779: fnd_message.set_token('TABLE_NAME','vrbl rt prfl');
780: hr_multi_message.add
781: (p_associated_column1 => ben_jrt_shd.g_tab_nam || '.VRBL_RT_PRFL_ID');
782: End If;
783: --
784: Exception

Line 952: hr_multi_message.end_validation_set;

948: -- After validating the set of important attributes,
949: -- if Multiple Message detection is enabled and at least
950: -- one error has been found then abort further validation.
951: --
952: hr_multi_message.end_validation_set;
953: --
954: -- Validate Dependent Attributes
955: --
956: --

Line 1020: hr_multi_message.end_validation_set;

1016: -- After validating the set of important attributes,
1017: -- if Multiple Message detection is enabled and at least
1018: -- one error has been found then abort further validation.
1019: --
1020: hr_multi_message.end_validation_set;
1021: --
1022: -- Validate Dependent Attributes
1023: --
1024: -- Call the datetrack update integrity operation