DBA Data[Home] [Help]

APPS.GMF_LOTCOSTADJUSTMENT_PUB dependencies on GMF_LOT_COSTS

Line 1338: FROM gmf_material_lot_cost_txns txns, gmf_lot_costs lc

1334: ELSE
1335: BEGIN
1336: SELECT MAX(cost_trans_date)
1337: INTO l_adjustment_date
1338: FROM gmf_material_lot_cost_txns txns, gmf_lot_costs lc
1339: WHERE lc.inventory_item_id = p_header_Rec.item_id
1340: AND lc.lot_number = p_header_Rec.lot_number
1341: AND lc.organization_id = p_header_rec.organization_id
1342: AND lc.final_cost_flag = 1