DBA Data[Home] [Help]

APPS.SSP_SMP_PKG dependencies on SSP_MEDICALS

Line 1007: from ssp_medicals

1003: -- Check the acceptability of the maternity evidence
1004: --
1005: cursor medical is
1006: select *
1007: from ssp_medicals
1008: where maternity_id = woman.maternity_id
1009: and evidence_status = 'CURRENT';
1010: --
1011: l_proc varchar2 (72) := g_package||'check_medical_evidence';