DBA Data[Home] [Help]

APPS.BEN_BER_BUS dependencies on HR_API

Line 47: hr_api.mandatory_arg_error

43: hr_utility.set_location('Entering:'|| l_proc, 10);
44: --
45: -- Ensure that all the mandatory parameter are not null
46: --
47: hr_api.mandatory_arg_error
48: (p_api_name => l_proc
49: ,p_argument => 'elig_rslt_id'
50: ,p_argument_value => p_elig_rslt_id
51: );

Line 74: hr_api.set_security_group_id

70: close csr_sec_grp;
71: --
72: -- Set the security_group_id in CLIENT_INFO
73: --
74: hr_api.set_security_group_id
75: (p_security_group_id => l_security_group_id
76: );
77: --
78: -- Set the sessions legislation context in HR_SESSION_DATA

Line 80: hr_api.set_legislation_context(l_legislation_code);

76: );
77: --
78: -- Set the sessions legislation context in HR_SESSION_DATA
79: --
80: hr_api.set_legislation_context(l_legislation_code);
81: end if;
82: --
83: hr_utility.set_location(' Leaving:'|| l_proc, 20);
84: --

Line 116: hr_api.mandatory_arg_error

112: hr_utility.set_location('Entering:'|| l_proc, 10);
113: --
114: -- Ensure that all the mandatory parameter are not null
115: --
116: hr_api.mandatory_arg_error
117: (p_api_name => l_proc
118: ,p_argument => 'elig_rslt_id'
119: ,p_argument_value => p_elig_rslt_id
120: );

Line 122: if ( nvl(ben_ber_bus.g_elig_rslt_id, hr_api.g_number)

118: ,p_argument => 'elig_rslt_id'
119: ,p_argument_value => p_elig_rslt_id
120: );
121: --
122: if ( nvl(ben_ber_bus.g_elig_rslt_id, hr_api.g_number)
123: = p_elig_rslt_id) then
124: --
125: -- The legislation code has already been found with a previous
126: -- call to this function. Just return the value in the global

Line 245: (p_elig_obj_id in number default hr_api.g_number

241: --
242: -- {End Of Comments}
243: -- ----------------------------------------------------------------------------
244: Procedure dt_update_validate
245: (p_elig_obj_id in number default hr_api.g_number
246: ,p_datetrack_mode in varchar2
247: ,p_validation_start_date in date
248: ,p_validation_end_date in date
249: ) Is

Line 257: hr_api.mandatory_arg_error

253: Begin
254: --
255: -- Ensure that the p_datetrack_mode argument is not null
256: --
257: hr_api.mandatory_arg_error
258: (p_api_name => l_proc
259: ,p_argument => 'datetrack_mode'
260: ,p_argument_value => p_datetrack_mode
261: );

Line 267: hr_api.mandatory_arg_error

263: -- Mode will be valid, as this is checked at the start of the upd.
264: --
265: -- Ensure the arguments are not null
266: --
267: hr_api.mandatory_arg_error
268: (p_api_name => l_proc
269: ,p_argument => 'validation_start_date'
270: ,p_argument_value => p_validation_start_date
271: );

Line 273: hr_api.mandatory_arg_error

269: ,p_argument => 'validation_start_date'
270: ,p_argument_value => p_validation_start_date
271: );
272: --
273: hr_api.mandatory_arg_error
274: (p_api_name => l_proc
275: ,p_argument => 'validation_end_date'
276: ,p_argument_value => p_validation_end_date
277: );

Line 279: If ((nvl(p_elig_obj_id, hr_api.g_number) <> hr_api.g_number) and

275: ,p_argument => 'validation_end_date'
276: ,p_argument_value => p_validation_end_date
277: );
278: --
279: If ((nvl(p_elig_obj_id, hr_api.g_number) <> hr_api.g_number) and
280: NOT (dt_api.check_min_max_dates
281: (p_base_table_name => 'ben_elig_obj_f'
282: ,p_base_key_column => 'ELIG_OBJ_ID'
283: ,p_base_key_value => p_elig_obj_id

Line 352: hr_api.mandatory_arg_error

348: Begin
349: --
350: -- Ensure that the p_datetrack_mode argument is not null
351: --
352: hr_api.mandatory_arg_error
353: (p_api_name => l_proc
354: ,p_argument => 'datetrack_mode'
355: ,p_argument_value => p_datetrack_mode
356: );

Line 361: If (p_datetrack_mode = hr_api.g_delete or

357: --
358: -- Only perform the validation if the datetrack mode is either
359: -- DELETE or ZAP
360: --
361: If (p_datetrack_mode = hr_api.g_delete or
362: p_datetrack_mode = hr_api.g_zap) then
363: --
364: --
365: -- Ensure the arguments are not null

Line 362: p_datetrack_mode = hr_api.g_zap) then

358: -- Only perform the validation if the datetrack mode is either
359: -- DELETE or ZAP
360: --
361: If (p_datetrack_mode = hr_api.g_delete or
362: p_datetrack_mode = hr_api.g_zap) then
363: --
364: --
365: -- Ensure the arguments are not null
366: --

Line 367: hr_api.mandatory_arg_error

363: --
364: --
365: -- Ensure the arguments are not null
366: --
367: hr_api.mandatory_arg_error
368: (p_api_name => l_proc
369: ,p_argument => 'validation_start_date'
370: ,p_argument_value => p_validation_start_date
371: );

Line 373: hr_api.mandatory_arg_error

369: ,p_argument => 'validation_start_date'
370: ,p_argument_value => p_validation_start_date
371: );
372: --
373: hr_api.mandatory_arg_error
374: (p_api_name => l_proc
375: ,p_argument => 'validation_end_date'
376: ,p_argument_value => p_validation_end_date
377: );

Line 379: hr_api.mandatory_arg_error

375: ,p_argument => 'validation_end_date'
376: ,p_argument_value => p_validation_end_date
377: );
378: --
379: hr_api.mandatory_arg_error
380: (p_api_name => l_proc
381: ,p_argument => 'elig_rslt_id'
382: ,p_argument_value => p_elig_rslt_id
383: );

Line 420: hr_api.validate_bus_grp_id

416: hr_utility.set_location('Entering:'||l_proc, 5);
417: --
418: -- Call all supporting business operations
419: --
420: hr_api.validate_bus_grp_id
421: (p_business_group_id => p_rec.business_group_id
422: ,p_associated_column1 => ben_ber_shd.g_tab_nam
423: || '.BUSINESS_GROUP_ID');
424: --

Line 452: hr_api.validate_bus_grp_id

448: hr_utility.set_location('Entering:'||l_proc, 5);
449: --
450: -- Call all supporting business operations
451: --
452: hr_api.validate_bus_grp_id
453: (p_business_group_id => p_rec.business_group_id
454: ,p_associated_column1 => ben_ber_shd.g_tab_nam
455: || '.BUSINESS_GROUP_ID');
456: --