DBA Data[Home] [Help]

APPS.CSTPACWP dependencies on MTL_MATERIAL_TRANSACTIONS

Line 95: from mtl_material_transactions

91: l_wip_entity_id,
92: l_op_seq_num,
93: l_final_comp_flag,
94: l_period_id
95: from mtl_material_transactions
96: where
97: transaction_id=l_trx_id;
98:
99: