DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on BEN_EXT_PAYROLL

Line 3894: ben_ext_payroll_balance.sort_payroll_events

3890: init_assignment_id(p_person_id => p_person_id ,
3891: p_effective_date => p_effective_date) ;
3892:
3893:
3894: ben_ext_payroll_balance.sort_payroll_events
3895: (p_pay_events_tab => l_pay_detail_tot_tab ) ;
3896:
3897: -- process the collected nformation for a person
3898: hr_utility.set_location( 'number of sorted result ' ||g_pay_proc_evt_tab.count, 99 ) ;

Line 4859: ben_ext_payroll.main(

4855: -- create payroll extract rows
4856: -- ================================
4857: if ben_extract.g_payroll_lvl = 'Y' then
4858: --
4859: ben_ext_payroll.main(
4860: p_person_id => p_person_id,
4861: p_ext_rslt_id => p_ext_rslt_id,
4862: p_ext_file_id => p_ext_file_id,
4863: p_data_typ_cd => p_data_typ_cd,