DBA Data[Home] [Help]

APPS.INV_GENEALOGY_REPORT_GEN dependencies on MTL_GRD_STS_HISTORY_V

Line 2318: from mtl_grd_sts_history_v

2314: , primary_quantity
2315: , secondary_quantity
2316: , change_reason
2317: , user_id
2318: from mtl_grd_sts_history_v
2319: where inventory_item_id = p_grade_status_rec.inventory_item_id
2320: and organization_id = p_grade_status_rec.current_org_id
2321: and lot_number = p_grade_status_rec.lot_number
2322: ;