DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on HR_GENERAL

Line 636: p_effective_end_date => hr_general.end_of_time,

632: per_people_pkg.insert_row(
633: p_rowid => p_rowid,
634: p_person_id => p_person_id ,
635: p_effective_start_date => p_effective_start_date + 1,
636: p_effective_end_date => hr_general.end_of_time,
637: p_business_group_id => p_business_group_id ,
638: p_person_type_id => p_person_type_id ,
639: p_last_name => p_last_name,
640: p_start_date => p_date_received,

Line 870: ,p_end_of_time => hr_general.end_of_time

866: ,p_add_information18 => p_add_information18
867: ,p_add_information19 => p_add_information19
868: ,p_add_information20 => p_add_information20
869: -- ***** End new code for bug 2711964 ***************
870: ,p_end_of_time => hr_general.end_of_time
871: );
872: end if ;
873: --
874:

Line 947: l_asg_end_date := hr_general.end_of_time ;

943: --
944: if ( p_per_system_status = 'TERM_APL' ) then
945: l_asg_end_date := p_date_received ;
946: else
947: l_asg_end_date := hr_general.end_of_time ;
948: end if ;
949: --
950: --
951: -- Get the working conditions.

Line 1492: and hr_general.chk_geocodes_installed = 'Y'))

1488: from fnd_descr_flex_contexts_vl
1489: where (descriptive_flex_context_code = p_legislation_code
1490: or (p_legislation_code = descriptive_flex_context_code
1491: and p_legislation_code in ('CA','US')
1492: and hr_general.chk_geocodes_installed = 'Y'))
1493: and descriptive_flexfield_name = 'Address Structure'
1494: and application_id = 800 -- Bug fix 3648715
1495: and enabled_flag = 'Y';
1496: --