DBA Data[Home] [Help]

APPS.GMD_QMREJ dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 105: mtl_system_items_b_kfv b

101: /* This cursor Will Pick up all sample details for a Stability Study Sample */
102: Cursor C2 (ss_id_in number) is
103: select a.ss_no, a.description, b.concatenated_segments, b.description, a.revision
104: from gmd_stability_studies a,
105: mtl_system_items_b_kfv b
106: where a.ss_id = ss_id_in
107: and b.inventory_item_id = a.inventory_item_id
108: and b.organization_id = a.organization_id;
109: