DBA Data[Home] [Help]

APPS.INV_GENEALOGY_REPORT_GEN dependencies on MTL_GRD_STS_HISTORY_V

Line 2271: from mtl_grd_sts_history_v

2267: , primary_quantity
2268: , secondary_quantity
2269: , change_reason
2270: , user_id
2271: from mtl_grd_sts_history_v
2272: where inventory_item_id = p_grade_status_rec.inventory_item_id
2273: and organization_id = p_grade_status_rec.current_org_id
2274: and lot_number = p_grade_status_rec.lot_number
2275: ;