Query for Link Between SLA and Opm Accounting preprocessor Tables in R12
SELECT GEH.REFERENCE_NO, GEH.TRANSACTION_ID, GEH.TRANSACTION_DATE, gel.line_number, gel.journal_line_type, gel.entered_amount, gel.accounted_amount, FND_FLEX_EXT.GET_SEGS(‘SQLGL’, ‘GL#’,gcc.chart_of_accounts_id,gcc.code_combination_id) account, GL_FLEXFIELDS_PKG.get_concat_description( gcc.chart_of_accounts_id, gcc.code_combination_id) acc_descriptionFROM gl_code_combinations gcc, xla_ae_lines al, xla_distribution_links dl, gmf_xla_extract_headers geh, gmf_xla_extract_lines gelWHERE gcc.code_combination_id = al.code_combination_idAND al.ae_header_id = dl.ae_header_idAND al.ae_line_num = dl.ae_line_numAND dl.event_id […]
Recent Comments