DBA Data[Home] [Help]

APPS.SSP_PAB_PKG dependencies on SSP_EARNINGS_CALCULATIONS

Line 313: from ssp_earnings_calculations

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