DBA Data[Home] [Help]

APPS.SSP_SMP_PKG dependencies on SSP_EARNINGS_CALCULATIONS

Line 457: from ssp_earnings_calculations

453: l_proc varchar2(72) := g_package||'average_earnings';
454: --
455: cursor csr_average_earnings is
456: select average_earnings_amount
457: from ssp_earnings_calculations
458: where person_id = woman.person_id
459: and effective_date = l_effective_date;
460: --
461: begin