DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_ENGINE_PKG dependencies on XLA_LEDGER_OPTIONS

Line 847: , xla_ledger_options lopt -- (4)

843: , sum(1) over (partition by subl.application_id) aad_count
844: -- FROM xla_subledger_options_v xso -- 5095554
845: FROM gl_ledgers ledg -- (1)
846: , gl_ledger_relationships glr -- (2)
847: , xla_ledger_options lopt -- (4)
848: , xla_subledgers subl -- (5)
849: -- , xla_acctg_methods_b acm
850: , xla_acctg_method_rules acd
851: , gl_ledgers led

Line 1398: ,xla_ledger_options xlo

1394: ,xla_event_types_b xetb
1395: ,xla_aad_line_defn_assgns xald
1396: ,xla_line_definitions_b xldb
1397: ,xla_ledger_relationships_v xlr
1398: ,xla_ledger_options xlo
1399: WHERE glg.sla_accounting_method_code = xam.accounting_method_code
1400: AND glg.sla_accounting_method_type = xam.accounting_method_type_code
1401: AND xam.accounting_method_code = xamr.accounting_method_code
1402: AND xam.accounting_method_type_code = xamr.accounting_method_type_code