DBA Data[Home] [Help]

APPS.SSP_SMP_PKG dependencies on SSP_MEDICALS

Line 992: from ssp_medicals

988: -- Check the acceptability of the maternity evidence
989: --
990: cursor medical is
991: select *
992: from ssp_medicals
993: where maternity_id = woman.maternity_id
994: and evidence_status = 'CURRENT';
995: --
996: l_proc varchar2 (72) := g_package||'check_medical_evidence';