DBA Data[Home] [Help]

APPS.SSP_SMP_PKG dependencies on SSP_EARNINGS_CALCULATIONS

Line 464: from ssp_earnings_calculations

460: l_proc varchar2(72) := g_package||'average_earnings';
461: --
462: cursor csr_average_earnings is
463: select average_earnings_amount
464: from ssp_earnings_calculations
465: where person_id = woman.person_id
466: and effective_date = l_effective_date;
467: --
468: begin