DBA Data[Home] [Help]

APPS.PER_ABSENCE_ATTENDANCES_PKG dependencies on SSPWSMAT_PKG

Line 538: sspwsmat_pkg.calculate_pab_form_fields (

534: p_placement_date => l_maternity.placement_date,
535: p_due_date => l_maternity.due_date);
536: elsif l_maternity.leave_type = 'PB'
537: then
538: sspwsmat_pkg.calculate_pab_form_fields (
539: p_due_date => l_maternity.due_date,
540: p_ewc => l_ewc,
541: p_qw => l_qw,
542: p_cont_emp_start_date => l_cont_emp_start);

Line 557: sspwsmat_pkg.calculate_apab_form_fields (

553: p_placement_date => l_maternity.placement_date,
554: p_due_date => l_maternity.due_date);
555: elsif l_maternity.leave_type = 'AB'
556: then
557: sspwsmat_pkg.calculate_apab_form_fields (
558: p_due_date => l_maternity.due_date,
559: p_ewc => l_ewc,
560: p_qw => l_qw,
561: p_cont_emp_start_date => l_cont_emp_start);

Line 571: sspwsmat_pkg.calculate_apad_form_fields (

567: p_partner_return_date => l_maternity.partner_return_to_work,
568: p_mother_death_date => l_maternity.partner_death_date);
569: elsif l_maternity.leave_type = 'AA'
570: then
571: sspwsmat_pkg.calculate_apad_form_fields (
572: p_matching_date => l_maternity.due_date,
573: p_qw => l_qw,
574: p_cont_emp_start_date => l_cont_emp_start);
575:

Line 583: sspwsmat_pkg.calculate_smp_form_fields (

579: p_partner_app_start => l_maternity.partner_stat_pay_start_date,
580: p_partner_return_date => l_maternity.partner_return_to_work,
581: p_mother_death_date => l_maternity.partner_death_date);
582: else
583: sspwsmat_pkg.calculate_smp_form_fields (
584: p_due_date => l_maternity.due_date,
585: p_ewc => l_ewc,
586: p_earliest_mpp_start => l_earliest_mpp_start,
587: p_qw => l_qw,