|
|
发表于 2013/3/19 19:51:33
|
显示全部楼层
MTL_MATERIAL_TRANSACTIONS_TEMP is the gateway for all material
transactions.
.
Records are processed from this table into Inventory through the
transaction processor. All Inventory transaction forms write directly
to this table. Outside applications must write transaction records to
MTL_TRANSACTIONS_INTERFACE to be processed through
MTL_MATERIAL_TRANSACTIONS_TEMP and the transaction processor by the
Transaction Worker concurrent program.
.
Lots and serial numbers for a MTL_MATERIAL_TRANSACTIONS_TEMP(MMTT)
record are stored in the tables MTL_TRANSACTION_LOTS_TEMP(MTLT) and
MTL_SERIAL_NUMBERS_TEMP(MSNT). If the item is under lot control, then
MMTT.TRANSACTION_TEMP_ID joins to MTLT.TRANSACTION_TEMP_ID. If the
item is also under serial number control, then
MTLT.SERIAL_TRANSACTION_TEMP_ID joins to MSNT.TRANSACTION_TEMP_ID. If
the item is only under serial number control, then
MMTT.TRANSACTION_TEMP_ID joins to MSNT.TRANSACTION_TEMP_ID.
.
Transfer transactions are stored in this table as a single record.
The transaction processor creates two transactions from the single
record. |
|