DBA Data[Home] [Help]

APPS.PER_CAGR_APPLY_RESULTS_PKG dependencies on HR_ASSIGNMENT_API

Line 388: if l_api_details(1).api_name = 'HR_ASSIGNMENT_API.UPDATE_EMP_ASG' then

384: end loop;
385:
386: per_cagr_utility_pkg.put_log(' built mapping array of size: '||l_map_count);
387: if l_mapping_table.count > 0 then
388: if l_api_details(1).api_name = 'HR_ASSIGNMENT_API.UPDATE_EMP_ASG' then
389:
390: get_ovn_and_mode (p_table_name => 'PER_ALL_ASSIGNMENTS_F'
391: ,p_dt_flag => 'Y'
392: ,p_pk => 'assignment_id'

Line 398: per_cagr_utility_pkg.put_log(' calling HR_ASSIGNMENT_API.UPDATE_EMP_ASG in mode: '||l_dt_mode||' , OVN: '||l_ovn,1);

394: ,p_effective_date => p_params.effective_date
395: ,p_mode => l_dt_mode
396: ,p_ovn => l_ovn);
397:
398: per_cagr_utility_pkg.put_log(' calling HR_ASSIGNMENT_API.UPDATE_EMP_ASG in mode: '||l_dt_mode||' , OVN: '||l_ovn,1);
399: BEGIN
400:
401: hr_assignment_api.update_emp_asg
402: (p_effective_date => p_params.effective_date

Line 401: hr_assignment_api.update_emp_asg

397:
398: per_cagr_utility_pkg.put_log(' calling HR_ASSIGNMENT_API.UPDATE_EMP_ASG in mode: '||l_dt_mode||' , OVN: '||l_ovn,1);
399: BEGIN
400:
401: hr_assignment_api.update_emp_asg
402: (p_effective_date => p_params.effective_date
403: ,p_datetrack_update_mode => l_dt_mode
404: ,p_assignment_id => p_params.assignment_id
405: ,p_object_version_number => l_ovn

Line 495: per_cagr_utility_pkg.put_log(' done HR_ASSIGNMENT_API.UPDATE_EMP_ASG, OVN: '||l_ovn,1);

491: per_cagr_utility_pkg.put_log(' WARNING: p_no_managers_warning',1);
492: elsif l_other_manager_warning then
493: per_cagr_utility_pkg.put_log(' WARNING: p_other_manager_warning',1);
494: end if;
495: per_cagr_utility_pkg.put_log(' done HR_ASSIGNMENT_API.UPDATE_EMP_ASG, OVN: '||l_ovn,1);
496: EXCEPTION
497: when others then -- log unexpected API error, and continue
498: per_cagr_utility_pkg.put_log(' ERROR: '||sqlerrm,1);
499: --

Line 507: elsif l_api_details(1).api_name = 'HR_ASSIGNMENT_API.UPDATE_EMP_ASG_CRITERIA' then

503: --
504: per_cagr_utility_pkg.write_log_file(p_params.cagr_request_id);
505: END;
506:
507: elsif l_api_details(1).api_name = 'HR_ASSIGNMENT_API.UPDATE_EMP_ASG_CRITERIA' then
508:
509: get_ovn_and_mode (p_table_name => 'PER_ALL_ASSIGNMENTS_F'
510: ,p_dt_flag => 'Y'
511: ,p_pk => 'assignment_id'

Line 517: per_cagr_utility_pkg.put_log(' calling HR_ASSIGNMENT_API.UPDATE_EMP_ASG_CRITERIA in mode: '||l_dt_mode||', OVN: '||l_ovn,1);

513: ,p_effective_date => p_params.effective_date
514: ,p_mode => l_dt_mode
515: ,p_ovn => l_ovn);
516:
517: per_cagr_utility_pkg.put_log(' calling HR_ASSIGNMENT_API.UPDATE_EMP_ASG_CRITERIA in mode: '||l_dt_mode||', OVN: '||l_ovn,1);
518: BEGIN
519: hr_assignment_api.update_emp_asg_criteria
520: (p_effective_date => p_params.effective_date
521: ,p_datetrack_update_mode => l_dt_mode

Line 519: hr_assignment_api.update_emp_asg_criteria

515: ,p_ovn => l_ovn);
516:
517: per_cagr_utility_pkg.put_log(' calling HR_ASSIGNMENT_API.UPDATE_EMP_ASG_CRITERIA in mode: '||l_dt_mode||', OVN: '||l_ovn,1);
518: BEGIN
519: hr_assignment_api.update_emp_asg_criteria
520: (p_effective_date => p_params.effective_date
521: ,p_datetrack_update_mode => l_dt_mode
522: ,p_assignment_id => p_params.assignment_id
523: ,p_object_version_number => l_ovn

Line 552: per_cagr_utility_pkg.put_log(' done HR_ASSIGNMENT_API.UPDATE_EMP_ASG_CRITERIA, OVN: '||l_ovn,1);

548: APPIN => 'PER'
549: , NAMEIN => 'HR_289826_SPP_DELETE_WARN_API');
550: per_cagr_utility_pkg.put_log(' WARNING: '||l_warn_message,1);
551: end if;
552: per_cagr_utility_pkg.put_log(' done HR_ASSIGNMENT_API.UPDATE_EMP_ASG_CRITERIA, OVN: '||l_ovn,1);
553: EXCEPTION
554: when others then -- log unexpected API error, and continue
555: per_cagr_utility_pkg.put_log(' ERROR: '||sqlerrm,1);
556: --