DBA Data[Home] [Help]

APPS.BEN_ESW_BUS dependencies on BEN_ESW_SHD

Line 193: ,p_rec in ben_esw_shd.g_rec_type

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

Line 203: IF NOT ben_esw_shd.api_updating

199: --
200: -- Only proceed with the validation if a row exists for the current
201: -- record in the HR Schema.
202: --
203: IF NOT ben_esw_shd.api_updating
204: (p_elig_scre_wtg_id => p_rec.elig_scre_wtg_id
205: ,p_effective_date => p_effective_date
206: ,p_object_version_number => p_rec.object_version_number
207: ) THEN

Line 395: (p_rec in ben_esw_shd.g_rec_type

391: -- ----------------------------------------------------------------------------
392: -- |---------------------------< insert_validate >----------------------------|
393: -- ----------------------------------------------------------------------------
394: Procedure insert_validate
395: (p_rec in ben_esw_shd.g_rec_type
396: ,p_effective_date in date
397: ,p_datetrack_mode in varchar2
398: ,p_validation_start_date in date
399: ,p_validation_end_date in date

Line 422: (p_rec in ben_esw_shd.g_rec_type

418: -- ----------------------------------------------------------------------------
419: -- |---------------------------< update_validate >----------------------------|
420: -- ----------------------------------------------------------------------------
421: Procedure update_validate
422: (p_rec in ben_esw_shd.g_rec_type
423: ,p_effective_date in date
424: ,p_datetrack_mode in varchar2
425: ,p_validation_start_date in date
426: ,p_validation_end_date in date

Line 462: (p_rec in ben_esw_shd.g_rec_type

458: -- ----------------------------------------------------------------------------
459: -- |---------------------------< delete_validate >----------------------------|
460: -- ----------------------------------------------------------------------------
461: Procedure delete_validate
462: (p_rec in ben_esw_shd.g_rec_type
463: ,p_effective_date in date
464: ,p_datetrack_mode in varchar2
465: ,p_validation_start_date in date
466: ,p_validation_end_date in date