DBA Data[Home] [Help]

APPS.PER_ABSENCE_ATTENDANCES_PKG dependencies on SSP_MAT_BUS

Line 455: ssp_mat_bus.check_app_start_date(

451: then
452:
453: if l_maternity.leave_type = 'AD'
454: then
455: ssp_mat_bus.check_app_start_date(
456: p_mpp_start_date => l_default_MPP_start_date,
457: p_placement_date => l_maternity.placement_date,
458: p_due_date => l_maternity.due_date);
459: elsif l_maternity.leave_type = 'PB'

Line 467: ssp_mat_bus.check_ppp_start_date (

463: p_ewc => l_ewc,
464: p_qw => l_qw,
465: p_cont_emp_start_date => l_cont_emp_start);
466:
467: ssp_mat_bus.check_ppp_start_date (
468: p_ppp_start_date => l_default_MPP_start_date,
469: p_birth_date => l_maternity.actual_birth_date,
470: p_ewc => l_ewc,
471: p_due_date => l_maternity.due_date);

Line 474: ssp_mat_bus.check_pppa_start_date (

470: p_ewc => l_ewc,
471: p_due_date => l_maternity.due_date);
472: elsif l_maternity.leave_type = 'PA'
473: then
474: ssp_mat_bus.check_pppa_start_date (
475: p_ppp_start_date => l_default_MPP_start_date,
476: p_placement_date => l_maternity.placement_date,
477: p_due_date => l_maternity.due_date);
478: else

Line 486: ssp_mat_bus.check_MPP_start_date_2 (

482: p_earliest_mpp_start => l_earliest_mpp_start,
483: p_qw => l_qw,
484: p_cont_emp_start_date => l_cont_emp_start);
485:
486: ssp_mat_bus.check_MPP_start_date_2 (
487: p_mpp_start_date => l_default_MPP_start_date,
488: p_person_id => l_maternity.person_id,
489: p_ewc => l_ewc,
490: p_earliest_mpp_start_date => l_earliest_mpp_start,