DBA Data[Home] [Help]

APPS.BEN_BER_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_RSLT_ID')
67: );
68: --

Line 288: hr_multi_message.add

284: ,p_from_date => p_validation_start_date
285: ,p_to_date => p_validation_end_date))) Then
286: fnd_message.set_name('PAY', 'HR_7216_DT_UPD_INTEGRITY_ERR');
287: fnd_message.set_token('TABLE_NAME','eligy prfl');
288: hr_multi_message.add
289: (p_associated_column1 => ben_ber_shd.g_tab_nam || '.ELIG_OBJ_ID');
290: End If;
291: --
292: Exception

Line 429: hr_multi_message.end_validation_set;

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

Line 461: hr_multi_message.end_validation_set;

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