How to call "Posting Process" from PL/SQL in r12 for General Ledger
I have a process that will insert data to GL_interface and then I call the GLLEZL with fnd_request.submit_request to Import the Journal.
After Import, I would like to POST the Journals from my PL/SQL code.
Should I use GLPAUTOP or GLPPOSS ?
What would be the Parameters for the call?
Do I need to update any status before I call the fnd_request.submit_request?
I am in r12.
Thanks.