DBA Data[Home] [Help]

APPS.GMD_QMSED dependencies on MTL_SYSTEM_ITEMS_KFV

Line 90: FROM gmd_samples a,mtl_system_items_kfv b,

86: D.SPEC_VERS,D.GRADE_CODE, mp.organization_code
87: INTO L_SAMPLE_NO,L_SAMPLE_DESC,l_sampling_Event_id,L_ITEM_REVISION,L_ITEM_NO,L_ITEM_DESC,
88: L_LOT_NO,L_SAMPLE_DISPOSITION,L_SAMPLE_SOURCE,L_SPECIFICATION,
89: L_SPEC_VERS, L_GRADE_CODE, L_ORGN_CODE
90: FROM gmd_samples a,mtl_system_items_kfv b,
91: gmd_sampling_events c,gmd_all_spec_vrs_vl d ,
92: gmd_sampling_events gse,
93: gmd_event_spec_disp ges,
94: gmd_sample_spec_disp gss,

Line 118: mtl_system_items_kfv b,

114: INTO L_SAMPLE_NO,L_SAMPLE_DESC,l_sampling_Event_id,L_ITEM_REVISION,L_ITEM_NO,L_ITEM_DESC,
115: L_LOT_NO,L_SAMPLE_DISPOSITION,L_SAMPLE_SOURCE,L_SPECIFICATION,
116: L_SPEC_VERS, L_GRADE_CODE, L_ORGN_CODE
117: FROM gmd_samples a,
118: mtl_system_items_kfv b,
119: gmd_sampling_events c,
120: gmd_com_spec_vrs_vl d ,
121: gmd_specifications e,
122: gmd_sampling_events gse,

Line 151: mtl_system_items_kfv b,

147: L_LOT_NO,L_SAMPLE_DISPOSITION,L_SAMPLE_SOURCE,L_SPECIFICATION,
148: L_SPEC_VERS, L_GRADE_CODE, L_ORGN_CODE
149: FROM
150: gmd_samples a,
151: mtl_system_items_kfv b,
152: gmd_specifications_b e,
153: gmd_sampling_events gse,
154: (SELECT ges.sampling_event_id , ges.disposition ,ges.spec_vr_id,ges.spec_id
155: FROM gmd_event_spec_disp ges, gmd_sample_spec_disp gss

Line 209: ,MTL_SYSTEM_ITEMS_KFV C

205: INTO L_ITEM_NO,L_ITEM_DESC,L_LOT_NO,
206: L_SAMPLE_SOURCE,L_SPECIFICATION,L_SAMPLE_PLAN,l_item_revision,l_orgn_code
207: FROM GMD_SAMPLING_EVENTS A
208: ,GMD_ALL_SPEC_VRS_VL B
209: ,MTL_SYSTEM_ITEMS_KFV C
210: ,GMD_SAMPLING_PLANS D
211: WHERE a.original_spec_vr_id=b.SPEC_VR_ID AND
212: b.inventory_item_id=c.inventory_item_id AND
213: a.sampling_plan_id=d.sampling_plan_id(+) AND

Line 279: ,MTL_SYSTEM_ITEMS_KFV C

275: d.SAMPLING_PLAN_NAME||' / '||d.SAMPLING_PLAN_DESC ,b.revision,b.organization_code
276: INTO L_ITEM_NO,L_ITEM_DESC,L_LOT_NO,L_SAMPLE_SOURCE,L_SPECIFICATION,L_SAMPLE_PLAN ,l_item_revision,l_orgn_code
277: FROM GMD_SAMPLING_EVENTS A
278: ,GMD_ALL_SPEC_VRS_VL B
279: ,MTL_SYSTEM_ITEMS_KFV C
280: ,GMD_SAMPLING_PLANS D
281: WHERE a.original_spec_vr_id=b.SPEC_VR_ID AND
282: b.inventory_item_id=c.inventory_item_id AND
283: a.sampling_plan_id=d.sampling_plan_id(+) AND