DBA Data[Home] [Help]

APPS.PER_HRWF_SYNCH dependencies on HR_GENERAL

Line 1074: p_expiration_date => least(srch_criteria_table2(k).p_effective_end_date, nvl(p_in_exp_date,hr_general.end_of_time)) );

1070: p_user_orig_system_id => srch_criteria_table2(k).p_person_id ,
1071: p_role_orig_system => 'POS',
1072: p_role_orig_system_id => srch_criteria_table2(k).p_position_id,
1073: p_start_date => greatest(srch_criteria_table2(k).p_effective_start_date,p_in_start_date) ,
1074: p_expiration_date => least(srch_criteria_table2(k).p_effective_end_date, nvl(p_in_exp_date,hr_general.end_of_time)) );
1075:
1076: end loop;
1077: hr_utility.set_location('Entering '||l_proc,200);
1078: exception