DBA Data[Home] [Help]

APPS.PER_ABSENCE_ATTENDANCES_PKG dependencies on SSP_SSP_PKG

Line 1676: ssp_ssp_pkg.check_sickness_date_change (

1672: --
1673: -- The sickness dates are being updated. Make sure that the PIW series is
1674: -- not affected as a result of the update.
1675: --
1676: ssp_ssp_pkg.check_sickness_date_change (
1677: --
1678: p_person_id => l_absence.person_id,
1679: p_linked_absence_id => l_absence.linked_absence_id,
1680: p_absence_attendance_id => l_absence.absence_attendance_id,

Line 1736: ssp_ssp_pkg.check_for_break_in_linked_PIW (

1732: --
1733: -- This is a sickness absence so check that deletion will not interrupt a
1734: -- PIW series.
1735: --
1736: ssp_ssp_pkg.check_for_break_in_linked_PIW (
1737: --
1738: p_sickness_start_date => l_absence.sickness_start_date,
1739: p_sickness_end_date => l_absence.sickness_end_date,
1740: p_linked_absence_id => l_absence.linked_absence_id,

Line 2847: if not ssp_ssp_pkg.ssp_is_installed then

2843: BEGIN
2844: hr_utility.set_location('per_absence_attendances_pkg.check_val_abs_start',1);
2845: --
2846: -- This functionality only applies to Oracle SSP users
2847: if not ssp_ssp_pkg.ssp_is_installed then
2848: return;
2849: end if;
2850: --
2851: if p_maternity_id is not null then