DBA Data[Home] [Help]

APPS.BEN_BER_BUS dependencies on BEN_BER_SHD

Line 189: ,p_rec in ben_ber_shd.g_rec_type

185: -- {End Of Comments}
186: -- ----------------------------------------------------------------------------
187: Procedure chk_non_updateable_args
188: (p_effective_date in date
189: ,p_rec in ben_ber_shd.g_rec_type
190: ) IS
191: --
192: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
193: --

Line 199: IF NOT ben_ber_shd.api_updating

195: --
196: -- Only proceed with the validation if a row exists for the current
197: -- record in the HR Schema.
198: --
199: IF NOT ben_ber_shd.api_updating
200: (p_elig_rslt_id => p_rec.elig_rslt_id
201: ,p_effective_date => p_effective_date
202: ,p_object_version_number => p_rec.object_version_number
203: ) THEN

Line 289: (p_associated_column1 => ben_ber_shd.g_tab_nam || '.ELIG_OBJ_ID');

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
293: When Others Then

Line 406: (p_rec in ben_ber_shd.g_rec_type

402: -- ----------------------------------------------------------------------------
403: -- |---------------------------< insert_validate >----------------------------|
404: -- ----------------------------------------------------------------------------
405: Procedure insert_validate
406: (p_rec in ben_ber_shd.g_rec_type
407: ,p_effective_date in date
408: ,p_datetrack_mode in varchar2
409: ,p_validation_start_date in date
410: ,p_validation_end_date in date

Line 422: ,p_associated_column1 => ben_ber_shd.g_tab_nam

418: -- Call all supporting business operations
419: --
420: hr_api.validate_bus_grp_id
421: (p_business_group_id => p_rec.business_group_id
422: ,p_associated_column1 => ben_ber_shd.g_tab_nam
423: || '.BUSINESS_GROUP_ID');
424: --
425: -- After validating the set of important attributes,
426: -- if Multiple Message detection is enabled and at least

Line 438: (p_rec in ben_ber_shd.g_rec_type

434: -- ----------------------------------------------------------------------------
435: -- |---------------------------< update_validate >----------------------------|
436: -- ----------------------------------------------------------------------------
437: Procedure update_validate
438: (p_rec in ben_ber_shd.g_rec_type
439: ,p_effective_date in date
440: ,p_datetrack_mode in varchar2
441: ,p_validation_start_date in date
442: ,p_validation_end_date in date

Line 454: ,p_associated_column1 => ben_ber_shd.g_tab_nam

450: -- Call all supporting business operations
451: --
452: hr_api.validate_bus_grp_id
453: (p_business_group_id => p_rec.business_group_id
454: ,p_associated_column1 => ben_ber_shd.g_tab_nam
455: || '.BUSINESS_GROUP_ID');
456: --
457: -- After validating the set of important attributes,
458: -- if Multiple Message detection is enabled and at least

Line 486: (p_rec in ben_ber_shd.g_rec_type

482: -- ----------------------------------------------------------------------------
483: -- |---------------------------< delete_validate >----------------------------|
484: -- ----------------------------------------------------------------------------
485: Procedure delete_validate
486: (p_rec in ben_ber_shd.g_rec_type
487: ,p_effective_date in date
488: ,p_datetrack_mode in varchar2
489: ,p_validation_start_date in date
490: ,p_validation_end_date in date