How to link Inventory Distributions for a given transaction with SLA entries
Hi all,
I need help in linking INV Distributions with corresponding SLA entry .
I do have already extraction for Inventory with accounting and distributions and SLA and actually I am using the following statement to link the 2 queries
MTL_MATERIAL_TRANSACTIONS.TRANSACTION_ID=xla_transaction_entities.source_id_int_1
How to get the full SLA records linked to all the distributions related to a particular transaction in inventory? Not sure the statement above will be th eonly one to be used in case for example we do have more then one split in the SLA for the same Inventory Transaction.