why Create accounting program is picking the transactions with posting_control_id with 1
we notice some huge transactions to get accounted and we are getting out of memory error due to more load on the transactions picked by create accounting.
We had stamped the posting_control_id to 1 (from -3) on ra_cust_trx_line_gl_all table to avoid the accounting program to be picked up and try to process in batches, but what we noticed even with posting_control_id with 1 value the create accounting program is getting picked up. Is there any reason?