DBA Data[Home] [Help]

APPS.BEN_ABP_BUS dependencies on BEN_ABP_SHD

Line 48: l_api_updating := ben_abp_shd.api_updating

44: Begin
45: --
46: hr_utility.set_location('Entering:'||l_proc, 5);
47: --
48: l_api_updating := ben_abp_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_aplcn_to_bnft_pool_id => p_aplcn_to_bnft_pool_id,
51: p_object_version_number => p_object_version_number);
52: --

Line 55: <> ben_abp_shd.g_old_rec.aplcn_to_bnft_pool_id) then

51: p_object_version_number => p_object_version_number);
52: --
53: if (l_api_updating
54: and nvl(p_aplcn_to_bnft_pool_id,hr_api.g_number)
55: <> ben_abp_shd.g_old_rec.aplcn_to_bnft_pool_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_abp_shd.constraint_error('BEN_APLCN_TO_BNFT_POOL_PK');

Line 59: ben_abp_shd.constraint_error('BEN_APLCN_TO_BNFT_POOL_PK');

55: <> ben_abp_shd.g_old_rec.aplcn_to_bnft_pool_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_abp_shd.constraint_error('BEN_APLCN_TO_BNFT_POOL_PK');
60: --
61: elsif not l_api_updating then
62: --
63: -- check if PK is null

Line 69: ben_abp_shd.constraint_error('BEN_APLCN_TO_BNFT_POOL_PK');

65: if p_aplcn_to_bnft_pool_id is not null then
66: --
67: -- raise error as PK is not null
68: --
69: ben_abp_shd.constraint_error('BEN_APLCN_TO_BNFT_POOL_PK');
70: --
71: end if;
72: --
73: end if;

Line 346: (p_rec in ben_abp_shd.g_rec_type,

342: -- ----------------------------------------------------------------------------
343: -- |---------------------------< insert_validate >----------------------------|
344: -- ----------------------------------------------------------------------------
345: Procedure insert_validate
346: (p_rec in ben_abp_shd.g_rec_type,
347: p_effective_date in date,
348: p_datetrack_mode in varchar2,
349: p_validation_start_date in date,
350: p_validation_end_date in date) is

Line 382: (p_rec in ben_abp_shd.g_rec_type,

378: -- ----------------------------------------------------------------------------
379: -- |---------------------------< update_validate >----------------------------|
380: -- ----------------------------------------------------------------------------
381: Procedure update_validate
382: (p_rec in ben_abp_shd.g_rec_type,
383: p_effective_date in date,
384: p_datetrack_mode in varchar2,
385: p_validation_start_date in date,
386: p_validation_end_date in date) is

Line 427: (p_rec in ben_abp_shd.g_rec_type,

423: -- ----------------------------------------------------------------------------
424: -- |---------------------------< delete_validate >----------------------------|
425: -- ----------------------------------------------------------------------------
426: Procedure delete_validate
427: (p_rec in ben_abp_shd.g_rec_type,
428: p_effective_date in date,
429: p_datetrack_mode in varchar2,
430: p_validation_start_date in date,
431: p_validation_end_date in date) is