DBA Data[Home] [Help]

APPS.CSTACOSN dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 26: mtl_material_transactions_temp

22: primary_quantity,
23: operation_seq_num,
24: transaction_action_id
25: FROM
26: mtl_material_transactions_temp
27: WHERE
28: transaction_temp_id = i_txn_temp_id;
29:
30: BEGIN