DBA Data[Home] [Help]

APPS.PER_DIS_BUS dependencies on PER_MEDICAL_ASSESSMENTS

Line 283: from per_medical_assessments pma

279: and p_effective_date >= pwi.incident_date;
280: --
281: cursor csr_mea is
282: select null
283: from per_medical_assessments pma
284: where pma.disability_id = p_disability_id
285: and pma.incident_id <> p_incident_id
286: and pma.consultation_result = 'DIS';
287: