DBA Data[Home] [Help]

APPS.BEN_APL_BUS dependencies on BEN_APL_SHD

Line 48: l_api_updating := ben_apl_shd.api_updating

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

Line 55: <> ben_apl_shd.g_old_rec.acty_rt_ptd_lmt_id) then

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

Line 59: ben_apl_shd.constraint_error('BEN_ACTY_RT_PTD_LMT_F_PK');

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

Line 69: ben_apl_shd.constraint_error('BEN_ACTY_RT_PTD_LMT_F_PK');

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

Line 298: (p_rec in ben_apl_shd.g_rec_type,

294: -- ----------------------------------------------------------------------------
295: -- |---------------------------< insert_validate >----------------------------|
296: -- ----------------------------------------------------------------------------
297: Procedure insert_validate
298: (p_rec in ben_apl_shd.g_rec_type,
299: p_effective_date in date,
300: p_datetrack_mode in varchar2,
301: p_validation_start_date in date,
302: p_validation_end_date in date) is

Line 326: (p_rec in ben_apl_shd.g_rec_type,

322: -- ----------------------------------------------------------------------------
323: -- |---------------------------< update_validate >----------------------------|
324: -- ----------------------------------------------------------------------------
325: Procedure update_validate
326: (p_rec in ben_apl_shd.g_rec_type,
327: p_effective_date in date,
328: p_datetrack_mode in varchar2,
329: p_validation_start_date in date,
330: p_validation_end_date in date) is

Line 363: (p_rec in ben_apl_shd.g_rec_type,

359: -- ----------------------------------------------------------------------------
360: -- |---------------------------< delete_validate >----------------------------|
361: -- ----------------------------------------------------------------------------
362: Procedure delete_validate
363: (p_rec in ben_apl_shd.g_rec_type,
364: p_effective_date in date,
365: p_datetrack_mode in varchar2,
366: p_validation_start_date in date,
367: p_validation_end_date in date) is