DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on FND_LOOKUP_VALUES_VL

Line 6267: fnd_lookup_values_vl d,

6263: e.meaning source
6264: FROM gmd_sample_spec_disp b,
6265: gmd_event_spec_disp c,
6266: gmd_samples s,
6267: fnd_lookup_values_vl d,
6268: fnd_lookup_values_vl e
6269: WHERE b.sample_id = p_sample.sample_id
6270: and b.event_spec_disp_id = c.event_spec_disp_id
6271: and c.spec_used_for_lot_attrib_ind = 'Y'

Line 6268: fnd_lookup_values_vl e

6264: FROM gmd_sample_spec_disp b,
6265: gmd_event_spec_disp c,
6266: gmd_samples s,
6267: fnd_lookup_values_vl d,
6268: fnd_lookup_values_vl e
6269: WHERE b.sample_id = p_sample.sample_id
6270: and b.event_spec_disp_id = c.event_spec_disp_id
6271: and c.spec_used_for_lot_attrib_ind = 'Y'
6272: and b.disposition = d.lookup_code