Fusion SQL Linking between GL Transactions and PA to obtain the expenditure item id — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Fusion SQL Linking between GL Transactions and PA to obtain the expenditure item id

edited Aug 29, 2025 10:37AM in General Ledger & Intercompany

I have been asked to update a BIP GL report to provide the expenditure item id, should it exist, from projects.

I have done lots of searches and some AI. The responses seem to key around the gl_je_lines.gl_sl_link_id, however if I do a select distinct gl_sl_link_id from gl_je_lines I get a null ()

I can see other data in the table fine, but this key column is blank.

AI gave me this code;

SELECT gl.je_header_id, gl.je_line_num, xdl.source_distribution_id_num_1 AS expenditure_item_id, pei.project_id, p.segment1 AS project_number

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!