Flow from Inventory transaction to GL
When ever there is an inventory transaction then there will be an entry in MTL_MATERIAL_TRANSACTION table and if this transaction effect the GL account balance then there will be an entry in MTL_TRANSACTION_ACCOUNTS table. Then these records will be moved to GL_JE_LINES.
Can anyone explain me the mapping between this so that I can find a record in GL_JE_LINES and it's corresponding line in MTL_MATERIAL_TRANSACTION?
And How can I map the Debited/Credited amount between these two table?
Thanks.