DBA Data[Home] [Help]

APPS.BEN_CPT_BUS dependencies on HR_API

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

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

Line 123: hr_api.mandatory_arg_error

119: hr_utility.set_location('Entering:'||l_proc, 5);
120: --
121: -- Ensure that the p_datetrack_mode argument is not null
122: --
123: hr_api.mandatory_arg_error
124: (p_api_name => l_proc,
125: p_argument => 'datetrack_mode',
126: p_argument_value => p_datetrack_mode);
127: --

Line 135: hr_api.mandatory_arg_error

131: --
132: --
133: -- Ensure the arguments are not null
134: --
135: hr_api.mandatory_arg_error
136: (p_api_name => l_proc,
137: p_argument => 'validation_start_date',
138: p_argument_value => p_validation_start_date);
139: --

Line 140: hr_api.mandatory_arg_error

136: (p_api_name => l_proc,
137: p_argument => 'validation_start_date',
138: p_argument_value => p_validation_start_date);
139: --
140: hr_api.mandatory_arg_error
141: (p_api_name => l_proc,
142: p_argument => 'validation_end_date',
143: p_argument_value => p_validation_end_date);
144: --

Line 220: hr_api.mandatory_arg_error

216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: -- Ensure that the p_datetrack_mode argument is not null
219: --
220: hr_api.mandatory_arg_error
221: (p_api_name => l_proc,
222: p_argument => 'datetrack_mode',
223: p_argument_value => p_datetrack_mode);
224: --

Line 234: hr_api.mandatory_arg_error

230: --
231: --
232: -- Ensure the arguments are not null
233: --
234: hr_api.mandatory_arg_error
235: (p_api_name => l_proc,
236: p_argument => 'validation_start_date',
237: p_argument_value => p_validation_start_date);
238: --

Line 239: hr_api.mandatory_arg_error

235: (p_api_name => l_proc,
236: p_argument => 'validation_start_date',
237: p_argument_value => p_validation_start_date);
238: --
239: hr_api.mandatory_arg_error
240: (p_api_name => l_proc,
241: p_argument => 'validation_end_date',
242: p_argument_value => p_validation_end_date);
243: --

Line 244: hr_api.mandatory_arg_error

240: (p_api_name => l_proc,
241: p_argument => 'validation_end_date',
242: p_argument_value => p_validation_end_date);
243: --
244: hr_api.mandatory_arg_error
245: (p_api_name => l_proc,
246: p_argument => 'cmbn_ptip_opt_id',
247: p_argument_value => p_cmbn_ptip_opt_id);
248: --

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

323: --
324: -- Call all supporting business operations
325: --
326: --
327: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
328: --
329: chk_cmbn_ptip_opt_id
330: (p_cmbn_ptip_opt_id => p_rec.cmbn_ptip_opt_id,
331: p_effective_date => p_effective_date,

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

351: --
352: -- Call all supporting business operations
353: --
354: --
355: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
356: --
357: chk_cmbn_ptip_opt_id
358: (p_cmbn_ptip_opt_id => p_rec.cmbn_ptip_opt_id,
359: p_effective_date => p_effective_date,

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

423: hr_utility.set_location('Entering:'|| l_proc, 10);
424: --
425: -- Ensure that all the mandatory parameter are not null
426: --
427: hr_api.mandatory_arg_error(p_api_name => l_proc,
428: p_argument => 'cmbn_ptip_opt_id',
429: p_argument_value => p_cmbn_ptip_opt_id);
430: --
431: open csr_leg_code;