DBA Data[Home] [Help]

APPS.BEN_BEO_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_obj_id'
50: ,p_argument_value => p_elig_obj_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_obj_id'
119: ,p_argument_value => p_elig_obj_id
120: );

Line 122: if ( nvl(ben_beo_bus.g_elig_obj_id, hr_api.g_number)

118: ,p_argument => 'elig_obj_id'
119: ,p_argument_value => p_elig_obj_id
120: );
121: --
122: if ( nvl(ben_beo_bus.g_elig_obj_id, hr_api.g_number)
123: = p_elig_obj_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 248: ,p_column_value in varchar2 default hr_api.g_varchar2

244: -- ----------------------------------------------------------------------------
245: Procedure dt_update_validate
246: (p_table_name in varchar2
247: ,p_column_name in varchar2
248: ,p_column_value in varchar2 default hr_api.g_varchar2
249: ,p_datetrack_mode in varchar2
250: ,p_validation_start_date in date
251: ,p_validation_end_date in date
252: ) Is

Line 260: hr_api.mandatory_arg_error

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

Line 270: hr_api.mandatory_arg_error

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

Line 276: hr_api.mandatory_arg_error

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

Line 282: If ((nvl(p_column_value, hr_api.g_varchar2) <> hr_api.g_varchar2) and

278: ,p_argument => 'validation_end_date'
279: ,p_argument_value => p_validation_end_date
280: );
281: --
282: If ((nvl(p_column_value, hr_api.g_varchar2) <> hr_api.g_varchar2) and
283: NOT (dt_api.check_min_max_dates
284: (p_base_table_name => p_table_name
285: ,p_base_key_column => p_column_name
286: ,p_base_key_value => p_column_value

Line 355: hr_api.mandatory_arg_error

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

Line 364: If (p_datetrack_mode = hr_api.g_delete or

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

Line 365: p_datetrack_mode = hr_api.g_zap) then

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

Line 370: hr_api.mandatory_arg_error

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

Line 376: hr_api.mandatory_arg_error

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

Line 382: hr_api.mandatory_arg_error

378: ,p_argument => 'validation_end_date'
379: ,p_argument_value => p_validation_end_date
380: );
381: --
382: hr_api.mandatory_arg_error
383: (p_api_name => l_proc
384: ,p_argument => 'elig_obj_id'
385: ,p_argument_value => p_elig_obj_id
386: );

Line 423: hr_api.validate_bus_grp_id

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

Line 455: hr_api.validate_bus_grp_id

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