SLA API Issue
Hi,
I am using this SLA API to create journal Entry - 1. xla_journal_entries_pub_pkg.create_journal_entry_header 2. xla_journal_entries_pub_pkg.create_journal_entry_line,
3. xla_journal_entries_pub_pkg.complete_journal_entry. (The journal data will coming from other SAP system)
The journal header/line is created successfully and showing in the SLA tables, but somehow, ,Transfer Journal Entries to GL, program is now spawned durning the process. We want just complete and transfer the journal to GL as We want to review the Journal before post so we are using following completion_option ='T' in xla_journal_entries_pub_pkg.complete_journal_entry code. See below code. Is it anything wrong in code or we have to run any other setup/process need? I have coded custom program to call these SLA APIs.