DBA Data[Home] [Help]

APPS.INV_GENEALOGY_REPORT_GEN dependencies on GMD_EVENT_SPEC_DISP

Line 2036: gmd_event_spec_disp esd,

2032: Cursor get_sample_disposition(p_sample_id NUMBER) is
2033: select l.meaning
2034: from gem_lookups l,
2035: gmd_sample_spec_disp ssd,
2036: gmd_event_spec_disp esd,
2037: gmd_sampling_events se
2038: where l.lookup_code = ssd.disposition
2039: and l.lookup_type = 'GMD_QC_SAMPLE_DISP'
2040: and esd.event_spec_disp_id = ssd.event_spec_disp_id