DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on PER_PERIODS_OF_SERVICE_PKG_V2

Line 740: l_back2back := per_periods_of_service_pkg_v2.IsBackToBackContract

736: hr_utility.set_location('PER_PEOPLE12_PKG.update_row2',120);
737:
738: -- PTU Changes
739:
740: l_back2back := per_periods_of_service_pkg_v2.IsBackToBackContract
741: ( p_person_id => p_person_id, p_hire_date_of_current_pds => p_effective_start_date);
742: if p_s_system_person_type in ('EX_EMP','EX_EMP_APL') -- Bug 3637893
743: and p_system_person_type = 'EMP'
744: -- and p_session_date = p_effective_start_date then

Line 1066: l_back2back := per_periods_of_service_pkg_v2.IsBackToBackContract

1062: ,p_person_id => p_person_id
1063: ,p_person_type_id => p_person_type_id
1064: );
1065: */
1066: l_back2back := per_periods_of_service_pkg_v2.IsBackToBackContract
1067: ( p_person_id => p_person_id, p_hire_date_of_current_pds => p_effective_start_date);
1068: if p_s_system_person_type in ('EX_EMP','EX_EMP_APL')
1069: and p_system_person_type = 'EMP'
1070: -- and p_session_date = p_effective_start_date then

Line 3215: l_back2back := per_periods_of_service_pkg_v2.IsBackToBackContract

3211: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',120);
3212:
3213: -- PTU Changes
3214:
3215: l_back2back := per_periods_of_service_pkg_v2.IsBackToBackContract
3216: ( p_person_id => p_person_id, p_hire_date_of_current_pds => p_effective_start_date);
3217: if p_s_system_person_type in ('EX_EMP','EX_EMP_APL') -- Bug 3637893
3218: and p_system_person_type = 'EMP'
3219: -- and p_session_date = p_effective_start_date then

Line 3544: l_back2back := per_periods_of_service_pkg_v2.IsBackToBackContract

3540: ,p_person_id => p_person_id
3541: ,p_person_type_id => p_person_type_id
3542: );
3543: */
3544: l_back2back := per_periods_of_service_pkg_v2.IsBackToBackContract
3545: ( p_person_id => p_person_id, p_hire_date_of_current_pds => p_effective_start_date);
3546: if p_s_system_person_type in ('EX_EMP','EX_EMP_APL')
3547: --and p_system_person_type = 'EMP' --Commented for Bug#15848881
3548: and p_system_person_type in ('EMP','EMP_APL') --Added for Bug#15848881