Miscallaneous Receipt
I would like to create the Misc.Recipts for 700 items using MTL_TRANSACTIONS_INTERFACE. When i am doing this,Transaction worker is erroring out with "Invalid Transaction Source Segments".
I created a Account Alias called 'A' and given the account. I used the same account alias name in the interface table under 2 columns and the account under DSP segments. What is the issue?
Sample:
Insert into Material_transactions_Interface
( source_code
,source_line_id
,source_header_id
,transaction_type_id
,transaction_source_name
,dsp_segment1)
values
('A'
,-1
,-1
,42
,'A'
,'110'
)
Thanks,
lakshmi