DBA Data[Home] [Help]

APPS.GMF_CMCOMMON dependencies on GMF_MATERIAL_LOT_COST_TXNS

Line 1380: FROM gmf_material_lot_cost_txns

1376: v_cost_type_id IN NUMBER
1377: )
1378: IS
1379: SELECT cost_header_id
1380: FROM gmf_material_lot_cost_txns
1381: WHERE transaction_id = v_trans_id
1382: AND cost_type_id = v_cost_type_id;
1383:
1384: CURSOR Cur_Get_recent_hdr