DBA Data[Home] [Help]

APPS.BEN_APV_BUS dependencies on BEN_APV_SHD

Line 48: l_api_updating := ben_apv_shd.api_updating

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

Line 55: <> ben_apv_shd.g_old_rec.actl_prem_vrbl_rt_id) then

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

Line 59: ben_apv_shd.constraint_error('BEN_ACTL_PREM_VRBL_RT_PK');

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

Line 69: ben_apv_shd.constraint_error('BEN_ACTL_PREM_VRBL_RT_PK');

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

Line 130: l_api_updating := ben_apv_shd.api_updating

126: Begin
127: --
128: hr_utility.set_location('Entering:'||l_proc, 5);
129: --
130: l_api_updating := ben_apv_shd.api_updating
131: (p_effective_date => p_effective_date,
132: p_actl_prem_vrbl_rt_id => p_actl_prem_vrbl_rt_id,
133: p_object_version_number => p_object_version_number);
134: --

Line 433: (p_rec in ben_apv_shd.g_rec_type,

429: -- ----------------------------------------------------------------------------
430: -- |---------------------------< insert_validate >----------------------------|
431: -- ----------------------------------------------------------------------------
432: Procedure insert_validate
433: (p_rec in ben_apv_shd.g_rec_type,
434: p_effective_date in date,
435: p_datetrack_mode in varchar2,
436: p_validation_start_date in date,
437: p_validation_end_date in date) is

Line 474: (p_rec in ben_apv_shd.g_rec_type,

470: -- ----------------------------------------------------------------------------
471: -- |---------------------------< update_validate >----------------------------|
472: -- ----------------------------------------------------------------------------
473: Procedure update_validate
474: (p_rec in ben_apv_shd.g_rec_type,
475: p_effective_date in date,
476: p_datetrack_mode in varchar2,
477: p_validation_start_date in date,
478: p_validation_end_date in date) is

Line 524: (p_rec in ben_apv_shd.g_rec_type,

520: -- ----------------------------------------------------------------------------
521: -- |---------------------------< delete_validate >----------------------------|
522: -- ----------------------------------------------------------------------------
523: Procedure delete_validate
524: (p_rec in ben_apv_shd.g_rec_type,
525: p_effective_date in date,
526: p_datetrack_mode in varchar2,
527: p_validation_start_date in date,
528: p_validation_end_date in date) is