DBA Data[Home] [Help]

APPS.BEN_BEO_BUS dependencies on BEN_BEO_SHD

Line 190: ,p_rec in ben_beo_shd.g_rec_type

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

Line 200: IF NOT ben_beo_shd.api_updating

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

Line 292: (p_associated_column1 => ben_beo_shd.g_tab_nam || '.column_value');

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

Line 409: (p_rec in ben_beo_shd.g_rec_type

405: -- ----------------------------------------------------------------------------
406: -- |---------------------------< insert_validate >----------------------------|
407: -- ----------------------------------------------------------------------------
408: Procedure insert_validate
409: (p_rec in ben_beo_shd.g_rec_type
410: ,p_effective_date in date
411: ,p_datetrack_mode in varchar2
412: ,p_validation_start_date in date
413: ,p_validation_end_date in date

Line 425: ,p_associated_column1 => ben_beo_shd.g_tab_nam

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

Line 441: (p_rec in ben_beo_shd.g_rec_type

437: -- ----------------------------------------------------------------------------
438: -- |---------------------------< update_validate >----------------------------|
439: -- ----------------------------------------------------------------------------
440: Procedure update_validate
441: (p_rec in ben_beo_shd.g_rec_type
442: ,p_effective_date in date
443: ,p_datetrack_mode in varchar2
444: ,p_validation_start_date in date
445: ,p_validation_end_date in date

Line 457: ,p_associated_column1 => ben_beo_shd.g_tab_nam

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

Line 492: (p_rec in ben_beo_shd.g_rec_type

488: -- ----------------------------------------------------------------------------
489: -- |---------------------------< delete_validate >----------------------------|
490: -- ----------------------------------------------------------------------------
491: Procedure delete_validate
492: (p_rec in ben_beo_shd.g_rec_type
493: ,p_effective_date in date
494: ,p_datetrack_mode in varchar2
495: ,p_validation_start_date in date
496: ,p_validation_end_date in date