GL Other - Ledger Set Listing

Description
Categories: BI Publisher
Application: General Ledger
Source: Other - Ledger Set Listing (XML)
Short Name: GLXLSLST_XML
DB package: GL_GLXLSLST_XMLP_PKG

Download Blitz Report™ – World’s fastest reporting and data upload for Oracle EBS

Contact us to schedule a demo or if you need help with the installation

select g.name LEDGER_NAME, lp.meaning LEDGER_TYPE, g.description DESCRIPTION
from gl_ledger_set_norm_assign s, gl_ledgers g, gl_lookups lp
where s.ledger_set_id = :P_LEDGER_ID
and g.ledger_id = s.ledger_id
and lp.lookup_code = g.object_type_code
and lp.lookup_type = 'LEDGERS'
order by 1,2,3
Parameter Name SQL text Validation
Ledger Set
 
LOV Oracle