DBA Data[Home] [Help]

APPS.BEN_RVC_BUS dependencies on HR_API

Line 51: and nvl(p_prtt_rt_val_ctfn_prvdd_id,hr_api.g_number)

47: (p_prtt_rt_val_ctfn_prvdd_id => p_prtt_rt_val_ctfn_prvdd_id,
48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating
51: and nvl(p_prtt_rt_val_ctfn_prvdd_id,hr_api.g_number)
52: <> ben_rvc_shd.g_old_rec.prtt_rt_val_ctfn_prvdd_id) then
53: --
54: -- raise error as PK has changed
55: --

Line 120: <> nvl(ben_rvc_shd.g_old_rec.enrt_ctfn_rqd_flag,hr_api.g_varchar2)

116: p_object_version_number => p_object_version_number);
117: --
118: if (l_api_updating
119: and p_enrt_ctfn_rqd_flag
120: <> nvl(ben_rvc_shd.g_old_rec.enrt_ctfn_rqd_flag,hr_api.g_varchar2)
121: or not l_api_updating) then
122: --
123: -- check if value of lookup falls within lookup type.
124: --

Line 126: if hr_api.not_exists_in_hr_lookups

122: --
123: -- check if value of lookup falls within lookup type.
124: --
125: --
126: if hr_api.not_exists_in_hr_lookups
127: (p_lookup_type => 'YES_NO',
128: p_lookup_code => p_enrt_ctfn_rqd_flag,
129: p_effective_date => p_effective_date) then
130: --

Line 188: <> nvl(ben_rvc_shd.g_old_rec.enrt_ctfn_typ_cd,hr_api.g_varchar2)

184: p_object_version_number => p_object_version_number);
185: --
186: if (l_api_updating
187: and p_enrt_ctfn_typ_cd
188: <> nvl(ben_rvc_shd.g_old_rec.enrt_ctfn_typ_cd,hr_api.g_varchar2)
189: or not l_api_updating) then
190: --
191: -- check if value of lookup falls within lookup type.
192: --

Line 194: if hr_api.not_exists_in_hr_lookups

190: --
191: -- check if value of lookup falls within lookup type.
192: --
193: --
194: if hr_api.not_exists_in_hr_lookups
195: (p_lookup_type => 'BEN_ENRT_CTFN_TYP',
196: p_lookup_code => p_enrt_ctfn_typ_cd,
197: p_effective_date => p_effective_date) then
198: --

Line 226: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

222: --
223: -- Call all supporting business operations
224: --
225: --
226: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
227: --
228: chk_prtt_rt_val_ctfn_prvdd_id
229: (p_prtt_rt_val_ctfn_prvdd_id => p_rec.prtt_rt_val_ctfn_prvdd_id,
230: p_object_version_number => p_rec.object_version_number);

Line 261: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

257: --
258: -- Call all supporting business operations
259: --
260: --
261: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
262: --
263: chk_prtt_rt_val_ctfn_prvdd_id
264: (p_prtt_rt_val_ctfn_prvdd_id => p_rec.prtt_rt_val_ctfn_prvdd_id,
265: p_object_version_number => p_rec.object_version_number);

Line 326: hr_api.mandatory_arg_error(p_api_name => l_proc,

322: hr_utility.set_location('Entering:'|| l_proc, 10);
323: --
324: -- Ensure that all the mandatory parameter are not null
325: --
326: hr_api.mandatory_arg_error(p_api_name => l_proc,
327: p_argument => 'prtt_rt_val_ctfn_prvdd_id',
328: p_argument_value => p_prtt_rt_val_ctfn_prvdd_id);
329: --
330: open csr_leg_code;