DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on BEN_EXT_PAYROLL

Line 3860: ben_ext_payroll_balance.sort_payroll_events

3856: init_assignment_id(p_person_id => p_person_id ,
3857: p_effective_date => p_effective_date) ;
3858:
3859:
3860: ben_ext_payroll_balance.sort_payroll_events
3861: (p_pay_events_tab => l_pay_detail_tot_tab ) ;
3862:
3863: -- process the collected nformation for a person
3864: hr_utility.set_location( 'number of sorted result ' ||g_pay_proc_evt_tab.count, 99 ) ;

Line 4824: ben_ext_payroll.main(

4820: -- create payroll extract rows
4821: -- ================================
4822: if ben_extract.g_payroll_lvl = 'Y' then
4823: --
4824: ben_ext_payroll.main(
4825: p_person_id => p_person_id,
4826: p_ext_rslt_id => p_ext_rslt_id,
4827: p_ext_file_id => p_ext_file_id,
4828: p_data_typ_cd => p_data_typ_cd,