What is the link between GL - XLA - FA tables
Requesting guidance on SLA link between FA subledger and GL.
I need to write queries to drilldown from GL to FA. I can link the appropriate tables from GL to XLA tables, but not sure of the FA table that relates to XLA_DISTRIBUTION_LINKS.SOURCE_DISTRIBUTION_TYPE = 'TRX' and SOURCE_DISTRIBUTION_TYPE = 'DEPRN'.
I using the following links:
For GL_JE_HEADERS.je_source = 'Assets',
GL_JE_HEADERS (je_header_id) => GL_JE_LINES (je_header_id)
GL_JE_LINES (je_header_id, je_line_num) => GL_IMPORT_REFERENCES (je_header_id, je_line_num)
GL_IMPORT_REFERENCES (gl_sl_link_table, gl_sl_link_id) => XLA_AE_LINES (gl_sl_link_table, gl_sl_link_id)