DBA Data[Home] [Help]

APPS.GMF_CMCOMMON dependencies on GMF_MATERIAL_LOT_COST_TXNS

Line 1208: FROM gmf_material_lot_cost_txns

1204: v_cost_type_id IN NUMBER
1205: )
1206: IS
1207: SELECT cost_header_id
1208: FROM gmf_material_lot_cost_txns
1209: WHERE transaction_id = v_trans_id
1210: AND cost_type_id = v_cost_type_id;
1211:
1212: CURSOR Cur_Get_recent_hdr