DBA Data[Home] [Help]

APPS.PER_ABSENCE_ATTENDANCES_PKG dependencies on SSP_SSP_PKG

Line 1780: ssp_ssp_pkg.check_sickness_date_change (

1776: --
1777: -- The sickness dates are being updated. Make sure that the PIW series is
1778: -- not affected as a result of the update.
1779: --
1780: ssp_ssp_pkg.check_sickness_date_change (
1781: --
1782: p_person_id => l_absence.person_id,
1783: p_linked_absence_id => l_absence.linked_absence_id,
1784: p_absence_attendance_id => l_absence.absence_attendance_id,

Line 1840: ssp_ssp_pkg.check_for_break_in_linked_PIW (

1836: --
1837: -- This is a sickness absence so check that deletion will not interrupt a
1838: -- PIW series.
1839: --
1840: ssp_ssp_pkg.check_for_break_in_linked_PIW (
1841: --
1842: p_sickness_start_date => l_absence.sickness_start_date,
1843: p_sickness_end_date => l_absence.sickness_end_date,
1844: p_linked_absence_id => l_absence.linked_absence_id,

Line 2952: if not ssp_ssp_pkg.ssp_is_installed then

2948: BEGIN
2949: hr_utility.set_location('per_absence_attendances_pkg.check_val_abs_start',1);
2950: --
2951: -- This functionality only applies to Oracle SSP users
2952: if not ssp_ssp_pkg.ssp_is_installed then
2953: return;
2954: end if;
2955: --
2956: if p_maternity_id is not null then

Line 3011: if not ssp_ssp_pkg.ssp_is_installed then

3007: BEGIN
3008: hr_utility.set_location('per_absence_attendances_pkg.chk_apl_empl_continuity',1);
3009: --
3010: -- This functionality only applies to Oracle SSP users
3011: if not ssp_ssp_pkg.ssp_is_installed then
3012: return;
3013: end if;
3014: --
3015: