DBA Data[Home] [Help]

APPS.SSP_SAP_PKG dependencies on SSP_EARNINGS_CALCULATIONS

Line 283: from ssp_earnings_calculations

279: l_proc varchar2(72) := g_package||'average_earnings';
280: --
281: cursor csr_average_earnings is
282: select average_earnings_amount
283: from ssp_earnings_calculations
284: where person_id = person.person_id
285: and effective_date = l_effective_date;
286: --
287: begin