DBA Data[Home] [Help]

APPS.SSP_PAB_PKG dependencies on SSP_EARNINGS_CALCULATIONS

Line 310: from ssp_earnings_calculations

306: l_proc varchar2(72) := g_package||'average_earnings';
307: --
308: cursor csr_average_earnings is
309: select average_earnings_amount
310: from ssp_earnings_calculations
311: where person_id = person.person_id
312: and effective_date = l_effective_date;
313: --
314: begin