DBA Data[Home] [Help]

APPS.BEN_BEO_BUS dependencies on HR_MULTI_MESSAGE

Line 64: hr_multi_message.add

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

Line 291: hr_multi_message.add

287: ,p_from_date => p_validation_start_date
288: ,p_to_date => p_validation_end_date))) Then
289: fnd_message.set_name('PAY', 'HR_7216_DT_UPD_INTEGRITY_ERR');
290: fnd_message.set_token('TABLE_NAME','elig obj');
291: hr_multi_message.add
292: (p_associated_column1 => ben_beo_shd.g_tab_nam || '.column_value');
293: End If;
294: --
295: Exception

Line 432: hr_multi_message.end_validation_set;

428: -- After validating the set of important attributes,
429: -- if Multiple Message detection is enabled and at least
430: -- one error has been found then abort further validation.
431: --
432: hr_multi_message.end_validation_set;
433: --
434: hr_utility.set_location(' Leaving:'||l_proc, 10);
435: End insert_validate;
436: --

Line 464: hr_multi_message.end_validation_set;

460: -- After validating the set of important attributes,
461: -- if Multiple Message detection is enabled and at least
462: -- one error has been found then abort further validation.
463: --
464: hr_multi_message.end_validation_set;
465: --
466: -- Validate Dependent Attributes
467: --
468: -- Call the datetrack update integrity operation