DBA Data[Home] [Help]

APPS.GMF_LOTCOSTADJUSTMENT_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 853: , mtl_system_items_b b

849: , a.ATTRIBUTE29
850: , a.ATTRIBUTE30
851: , a.ATTRIBUTE_CATEGORY
852: FROM gmf_lot_cost_adjustments a
853: , mtl_system_items_b b
854: , mtl_lot_numbers c
855: WHERE a.adjustment_id = nvl(p_header_rec.adjustment_id, a.adjustment_id)
856: AND a.legal_entity_id = decode(p_header_rec.adjustment_id, NULL, p_header_rec.legal_entity_id, a.legal_entity_id)
857: AND a.cost_type_id = decode(p_header_rec.adjustment_id, NULL, p_header_rec.cost_type_id, a.cost_type_id)