EBS 接收事务处理关联库存事务分录

select * from apps.rcv_transactions u;

select *
from apps.mtl_material_transactions u
where 1 = 1
and u.rcv_transaction_id = ‘335’;

select *
from apps.mtl_transaction_accounts u
where 1 = 1
and u.transaction_id = ‘36546’;

select *
from apps.gl_code_combinations u
where 1 = 1
and u.code_combination_id in (‘1002’, ‘1004’, ‘1013’, ‘1014’)

你可能感兴趣的:(SQL)