DBA Data[Home] [Help]

APPS.GMD_SS_TEST_WF_PKG dependencies on GMD_SS_MATERIAL_SOURCES

Line 63: gmd_ss_material_sources sources,

59: cursor C2 is
60: select distinct time.time_point_id , time.scheduled_date, time.wf_sent, time.sampling_event_id
61: from gmd_ss_time_points time ,
62: gmd_ss_variants variant ,
63: gmd_ss_material_sources sources,
64: gmd_stability_studies ss
65: where time.variant_id = variant.variant_id
66: and sources.source_id = variant.material_source_id
67: and variant.ss_id = l_event_key