DBA Data[Home] [Help]

APPS.BEN_FTR_BUS dependencies on BEN_FTR_SHD

Line 48: l_api_updating := ben_ftr_shd.api_updating

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

Line 55: <> ben_ftr_shd.g_old_rec.fl_tm_pt_tm_rt_id) then

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

Line 59: ben_ftr_shd.constraint_error('BEN_FL_TM_PT_TM_RT_PK');

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

Line 69: ben_ftr_shd.constraint_error('BEN_FL_TM_PT_TM_RT_PK');

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

Line 119: l_api_updating := ben_ftr_shd.api_updating

115: Begin
116: --
117: hr_utility.set_location('Entering:'||l_proc, 5);
118: --
119: l_api_updating := ben_ftr_shd.api_updating
120: (p_fl_tm_pt_tm_rt_id => p_fl_tm_pt_tm_rt_id,
121: p_effective_date => p_effective_date,
122: p_object_version_number => p_object_version_number);
123: --

Line 126: <> nvl(ben_ftr_shd.g_old_rec.fl_tm_pt_tm_cd,hr_api.g_varchar2)

122: p_object_version_number => p_object_version_number);
123: --
124: if (l_api_updating
125: and p_fl_tm_pt_tm_cd
126: <> nvl(ben_ftr_shd.g_old_rec.fl_tm_pt_tm_cd,hr_api.g_varchar2)
127: or not l_api_updating) then
128: --
129: -- check if value of lookup falls within lookup type.
130: --

Line 211: l_api_updating := ben_ftr_shd.api_updating

207: BEGIN
208: --
209: hr_utility.set_location('Entering:'||l_proc, 5);
210: --
211: l_api_updating := ben_ftr_shd.api_updating
212: (p_fl_tm_pt_tm_rt_id => p_fl_tm_pt_tm_rt_id,
213: p_effective_date => p_effective_date,
214: p_object_version_number => p_object_version_number);
215: --

Line 217: and p_fl_tm_pt_tm_cd <> nvl(ben_ftr_shd.g_old_rec.fl_tm_pt_tm_cd,hr_api.g_varchar2)

213: p_effective_date => p_effective_date,
214: p_object_version_number => p_object_version_number);
215: --
216: if (l_api_updating
217: and p_fl_tm_pt_tm_cd <> nvl(ben_ftr_shd.g_old_rec.fl_tm_pt_tm_cd,hr_api.g_varchar2)
218: or not l_api_updating) then
219:
220: open c_dup;
221: fetch c_dup into l_exists;

Line 338: l_api_updating := ben_ftr_shd.api_updating

334: Begin
335: --
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: --
338: l_api_updating := ben_ftr_shd.api_updating
339: (p_fl_tm_pt_tm_rt_id => p_fl_tm_pt_tm_rt_id,
340: p_effective_date => p_effective_date,
341: p_object_version_number => p_object_version_number);
342: --

Line 345: <> nvl(ben_ftr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

341: p_object_version_number => p_object_version_number);
342: --
343: if (l_api_updating
344: and p_excld_flag
345: <> nvl(ben_ftr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
346: or not l_api_updating) then
347: --
348: -- check if value of lookup falls within lookup type.
349: --

Line 576: (p_rec in ben_ftr_shd.g_rec_type,

572: -- ----------------------------------------------------------------------------
573: -- |---------------------------< insert_validate >----------------------------|
574: -- ----------------------------------------------------------------------------
575: Procedure insert_validate
576: (p_rec in ben_ftr_shd.g_rec_type,
577: p_effective_date in date,
578: p_datetrack_mode in varchar2,
579: p_validation_start_date in date,
580: p_validation_end_date in date) is

Line 633: (p_rec in ben_ftr_shd.g_rec_type,

629: -- ----------------------------------------------------------------------------
630: -- |---------------------------< update_validate >----------------------------|
631: -- ----------------------------------------------------------------------------
632: Procedure update_validate
633: (p_rec in ben_ftr_shd.g_rec_type,
634: p_effective_date in date,
635: p_datetrack_mode in varchar2,
636: p_validation_start_date in date,
637: p_validation_end_date in date) is

Line 698: (p_rec in ben_ftr_shd.g_rec_type,

694: -- ----------------------------------------------------------------------------
695: -- |---------------------------< delete_validate >----------------------------|
696: -- ----------------------------------------------------------------------------
697: Procedure delete_validate
698: (p_rec in ben_ftr_shd.g_rec_type,
699: p_effective_date in date,
700: p_datetrack_mode in varchar2,
701: p_validation_start_date in date,
702: p_validation_end_date in date) is