DBA Data[Home] [Help]

APPS.CSTPLCWP dependencies on MTL_MATERIAL_TRANSACTIONS

Line 90: mtl_material_transactions

86: l_op_seq_num,
87: l_final_comp_flag,
88: l_period_id
89: from
90: mtl_material_transactions
91: where
92: transaction_id = l_trx_id;
93:
94: