DBA Data[Home] [Help]

APPS.BEN_QIG_BUS dependencies on HR_MULTI_MESSAGE

Line 315: hr_multi_message.add

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

Line 783: hr_multi_message.add

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

Line 956: hr_multi_message.end_validation_set;

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

Line 1024: hr_multi_message.end_validation_set;

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