DBA Data[Home] [Help]

APPS.PER_CANCEL_HIRE_OR_APL_PKG dependencies on HR_API

Line 663: where nvl(b.effective_end_date,hr_api.g_eot)

659: AND ((a.effective_start_date = p_primary_date
660: and a.primary_flag <> 'Y'
661: and not exists ( select b.assignment_id
662: from per_all_assignments_f b
663: where nvl(b.effective_end_date,hr_api.g_eot)
664: = (p_primary_date-1)
665: and b.assignment_id = a.assignment_id) )
666: OR a.effective_start_date > p_primary_date );
667: -- Bug 2964027 ends here.

Line 4085: ,p_datetrack_mode => hr_api.g_zap

4081: hr_per_type_usage_internal.delete_person_type_usage
4082: (p_validate => FALSE
4083: ,p_person_type_usage_id => l_person_type_usage_id
4084: ,p_effective_date => p_effective_date
4085: ,p_datetrack_mode => hr_api.g_zap
4086: ,p_object_version_number => l_object_version_number
4087: ,p_effective_start_date => l_effective_start_date
4088: ,p_effective_end_date => l_effective_end_date);
4089: --

Line 4139: hr_api.mandatory_arg_error

4135: hr_utility.set_location('Entering:'|| l_proc, 10);
4136: --
4137: -- Ensure that all the mandatory parameter are not null
4138: --
4139: hr_api.mandatory_arg_error
4140: (p_api_name => l_proc
4141: ,p_argument => 'person_id'
4142: ,p_argument_value => p_person_id);
4143: --