DBA Data[Home] [Help]

APPS.BEN_APC_BUS dependencies on HR_API

Line 54: and nvl(p_acrs_ptip_cvg_id,hr_api.g_number)

50: p_acrs_ptip_cvg_id => p_acrs_ptip_cvg_id,
51: p_object_version_number => p_object_version_number);
52: --
53: if (l_api_updating
54: and nvl(p_acrs_ptip_cvg_id,hr_api.g_number)
55: <> ben_apc_shd.g_old_rec.acrs_ptip_cvg_id) then
56: --
57: -- raise error as PK has changed
58: --

Line 171: hr_api.mandatory_arg_error

167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: -- Ensure that the p_datetrack_mode argument is not null
170: --
171: hr_api.mandatory_arg_error
172: (p_api_name => l_proc,
173: p_argument => 'datetrack_mode',
174: p_argument_value => p_datetrack_mode);
175: --

Line 183: hr_api.mandatory_arg_error

179: --
180: --
181: -- Ensure the arguments are not null
182: --
183: hr_api.mandatory_arg_error
184: (p_api_name => l_proc,
185: p_argument => 'validation_start_date',
186: p_argument_value => p_validation_start_date);
187: --

Line 188: hr_api.mandatory_arg_error

184: (p_api_name => l_proc,
185: p_argument => 'validation_start_date',
186: p_argument_value => p_validation_start_date);
187: --
188: hr_api.mandatory_arg_error
189: (p_api_name => l_proc,
190: p_argument => 'validation_end_date',
191: p_argument_value => p_validation_end_date);
192: --

Line 268: hr_api.mandatory_arg_error

264: hr_utility.set_location('Entering:'||l_proc, 5);
265: --
266: -- Ensure that the p_datetrack_mode argument is not null
267: --
268: hr_api.mandatory_arg_error
269: (p_api_name => l_proc,
270: p_argument => 'datetrack_mode',
271: p_argument_value => p_datetrack_mode);
272: --

Line 282: hr_api.mandatory_arg_error

278: --
279: --
280: -- Ensure the arguments are not null
281: --
282: hr_api.mandatory_arg_error
283: (p_api_name => l_proc,
284: p_argument => 'validation_start_date',
285: p_argument_value => p_validation_start_date);
286: --

Line 287: hr_api.mandatory_arg_error

283: (p_api_name => l_proc,
284: p_argument => 'validation_start_date',
285: p_argument_value => p_validation_start_date);
286: --
287: hr_api.mandatory_arg_error
288: (p_api_name => l_proc,
289: p_argument => 'validation_end_date',
290: p_argument_value => p_validation_end_date);
291: --

Line 292: hr_api.mandatory_arg_error

288: (p_api_name => l_proc,
289: p_argument => 'validation_end_date',
290: p_argument_value => p_validation_end_date);
291: --
292: hr_api.mandatory_arg_error
293: (p_api_name => l_proc,
294: p_argument => 'acrs_ptip_cvg_id',
295: p_argument_value => p_acrs_ptip_cvg_id);
296: --

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

335: --
336: -- Call all supporting business operations
337: --
338: --
339: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
340: --
341: chk_acrs_ptip_cvg_id
342: (p_acrs_ptip_cvg_id => p_rec.acrs_ptip_cvg_id,
343: p_effective_date => p_effective_date,

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

367: --
368: -- Call all supporting business operations
369: --
370: --
371: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
372: --
373: chk_acrs_ptip_cvg_id
374: (p_acrs_ptip_cvg_id => p_rec.acrs_ptip_cvg_id,
375: p_effective_date => p_effective_date,

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

443: hr_utility.set_location('Entering:'|| l_proc, 10);
444: --
445: -- Ensure that all the mandatory parameter are not null
446: --
447: hr_api.mandatory_arg_error(p_api_name => l_proc,
448: p_argument => 'acrs_ptip_cvg_id',
449: p_argument_value => p_acrs_ptip_cvg_id);
450: --
451: open csr_leg_code;