DBA Data[Home] [Help]

APPS.BEN_CTY_BUS dependencies on HR_MULTI_MESSAGE

Line 513: hr_multi_message.add

509: --
510: -- The primary key is invalid therefore we must error
511: --
512: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
513: hr_multi_message.add
514: (p_associated_column1
515: => nvl(p_associated_column1,'comptncy_rt_ID')
516: );
517: --

Line 910: hr_multi_message.add

906: ,p_from_date => p_validation_start_date
907: ,p_to_date => p_validation_end_date))) Then
908: fnd_message.set_name('PAY', 'HR_7216_DT_UPD_INTEGRITY_ERR');
909: fnd_message.set_token('TABLE_NAME','vrbl rt prfl');
910: hr_multi_message.add
911: (p_associated_column1 => ben_cty_shd.g_tab_nam || '.VRBL_RT_PRFL_ID');
912: End If;
913: --
914: Exception

Line 1094: hr_multi_message.end_validation_set;

1090: -- After validating the set of important attributes,
1091: -- if Multiple Message detection is enabled and at least
1092: -- one error has been found then abort further validation.
1093: --
1094: hr_multi_message.end_validation_set;
1095: --
1096: -- Validate Dependent Attributes
1097: --
1098: --

Line 1172: hr_multi_message.end_validation_set;

1168: -- After validating the set of important attributes,
1169: -- if Multiple Message detection is enabled and at least
1170: -- one error has been found then abort further validation.
1171: --
1172: hr_multi_message.end_validation_set;
1173: --
1174: -- Validate Dependent Attributes
1175: --
1176: -- Call the datetrack update integrity operation