DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on FND_LOOKUP_VALUES_VL

Line 5599: fnd_lookup_values_vl d,

5595: e.meaning source
5596: FROM gmd_sample_spec_disp b,
5597: gmd_event_spec_disp c,
5598: gmd_samples s,
5599: fnd_lookup_values_vl d,
5600: fnd_lookup_values_vl e
5601: WHERE b.sample_id = p_sample.sample_id
5602: and b.event_spec_disp_id = c.event_spec_disp_id
5603: and c.spec_used_for_lot_attrib_ind = 'Y'

Line 5600: fnd_lookup_values_vl e

5596: FROM gmd_sample_spec_disp b,
5597: gmd_event_spec_disp c,
5598: gmd_samples s,
5599: fnd_lookup_values_vl d,
5600: fnd_lookup_values_vl e
5601: WHERE b.sample_id = p_sample.sample_id
5602: and b.event_spec_disp_id = c.event_spec_disp_id
5603: and c.spec_used_for_lot_attrib_ind = 'Y'
5604: and b.disposition = d.lookup_code