DBA Data[Home] [Help]

APPS.PQP_GB_OSP_FUNCTIONS dependencies on SSP_SAP_ENTRIES_V

Line 12149: select 1 from SSP_SAP_ENTRIES_V a2 , per_absence_attendances b2

12145: where c_date between min_withhold_from and max_withhold_to
12146: )
12147: -- addition for Bug 7304886 ends
12148: union
12149: select 1 from SSP_SAP_ENTRIES_V a2 , per_absence_attendances b2
12150: where a2.person_id = b2.person_id and a2.person_id = l_person_id
12151: and c_date between date_from and least(nvl(date_end, date_to), date_to )
12152: union
12153: select 1 from SSP_SPPA_ENTRIES_V a3 , per_absence_attendances b3