DBA Data[Home] [Help]

APPS.CSTPLCIR dependencies on MTL_CST_LAYER_ACT_COST_DETAILS

Line 34: mtl_cst_layer_act_cost_details MCLACD

30: select
31: MCLACD.inv_layer_id inv_layer_id,
32: min( MCLACD.layer_quantity ) layer_quantity
33: from
34: mtl_cst_layer_act_cost_details MCLACD
35: where
36: MCLACD.transaction_id = i_txn_id
37: group by
38: MCLACD.inv_layer_id;