DBA Data[Home] [Help]

APPS.BEN_PER_ASG_ELIG dependencies on HR_API

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

139: hr_utility.raise_error;
140:
141: end if;
142:
143: hr_api.mandatory_arg_error(p_api_name => l_proc,
144: p_argument => 'effective_date',
145: p_argument_value => p_effective_date);
146:
147: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

143: hr_api.mandatory_arg_error(p_api_name => l_proc,
144: p_argument => 'effective_date',
145: p_argument_value => p_effective_date);
146:
147: hr_api.mandatory_arg_error(p_api_name => l_proc,
148: p_argument => 'elig_obj_id',
149: p_argument_value => p_elig_obj_id);
150:
151: if fnd_global.conc_request_id in (0,-1) then

Line 297: p_datetrack_mode => hr_api.g_delete,

293:
294: ben_elig_rslt_api.delete_elig_rslt
295: (p_effective_date => l_min_strt_dt-1,
296: p_elig_rslt_id => l_elig_rslt_id,
297: p_datetrack_mode => hr_api.g_delete,
298: p_effective_start_date => l_effective_start_date,
299: p_effective_end_date => l_effective_end_date,
300: p_object_version_number => l_object_version_number);
301:

Line 317: l_upd_mode := hr_api.g_update;

313: p_update_override => l_update_override,
314: p_update_change_insert => l_update_change_insert);
315:
316: if l_update then
317: l_upd_mode := hr_api.g_update;
318: elsif l_update_change_insert then
319: l_upd_mode := hr_api.g_update_change_insert;
320: else
321: l_upd_mode := hr_api.g_correction;

Line 319: l_upd_mode := hr_api.g_update_change_insert;

315:
316: if l_update then
317: l_upd_mode := hr_api.g_update;
318: elsif l_update_change_insert then
319: l_upd_mode := hr_api.g_update_change_insert;
320: else
321: l_upd_mode := hr_api.g_correction;
322: end if;
323:

Line 321: l_upd_mode := hr_api.g_correction;

317: l_upd_mode := hr_api.g_update;
318: elsif l_update_change_insert then
319: l_upd_mode := hr_api.g_update_change_insert;
320: else
321: l_upd_mode := hr_api.g_correction;
322: end if;
323:
324: ben_elig_rslt_api.update_elig_rslt
325: (p_datetrack_mode => l_upd_mode,

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

484: l_score_tab ben_evaluate_elig_profiles.scoreTab;
485:
486: begin
487:
488: hr_api.mandatory_arg_error(p_api_name => l_proc,
489: p_argument => 'effective_date',
490: p_argument_value => p_effective_date);
491:
492: hr_utility.set_location('entering elp_eligible',10);