DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_ENGINE_PKG dependencies on XLA_ACCTG_METHODS_B

Line 849: -- , xla_acctg_methods_b acm

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
852: WHERE subl.application_id = p_application_id
853: --

Line 1391: ,xla_acctg_methods_b xam

1387: ,xe.process_status_code = 'P'
1388: ,xe.reference_char_4 = (CASE WHEN xe.application_id > 20000 then xe.reference_char_4 else 'CASH' end)
1389: WHERE EXISTS (SELECT 1
1390: FROM gl_ledgers glg
1391: ,xla_acctg_methods_b xam
1392: ,xla_acctg_method_rules xamr
1393: ,xla_prod_acct_headers xpah
1394: ,xla_event_types_b xetb
1395: ,xla_aad_line_defn_assgns xald