For Interface Transactions,INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS DOES below things:
1)validate_group (Validate a group of MTI records in a batch together)
2)validate_lines(Validate each record of a batch in MTI)
3)tempinsert(insert records from MTI into MMTT)
4)calling inventory transaction Manager(insert records from MMTT into MMT)
For Pending Transactions,INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS DOES below things:
calling inventory transaction Manager(insert records from MMTT into MMT)

交易处理流程解析
本文详细介绍了两种不同的交易处理过程:ForInterfaceTransactions 和 PendingTransactions。前者包括验证组、验证行、临时插入以及调用库存交易管理器等步骤;后者则直接通过调用库存交易管理器来完成交易记录的处理。
2988

被折叠的 条评论
为什么被折叠?



