Issue using GL Interface groupID generator w/custom version of seeded JOURNALS_120 integrator
Hi All,
Reaching out to see if anyone else has dealt with this issue and has any tips/suggestions.
A ways back, we created a company-specific, custom version of the seeded GL Journals desktop integrator (JOURNALS_120) in order to include some additional fields we need.
We have noticed that our custom integrator (XXJOURNALS_120) use doesn't populate the gl_interface.group_id column when it uploads the data to the gl_interface table. The seeded JOURNALS_120 integrator still populates the group_id column just fine.
In our custom interface definition, for the group_id field, we include the GroupID Java Class in the Default Value just as the seeded one does (oracle.apps.gl.journalwizard.validators.GroupIdGenerator).