DBA Data[Home] [Help]

APPS.XLA_ACCT_SETUP_PKG dependencies on XLA_ACCTG_METHODS_B

Line 261: FROM xla_acctg_methods_b

257: l_ledger c_ledger%rowtype;
258:
259: CURSOR c_trx_coa IS
260: SELECT transaction_coa_id
261: FROM xla_acctg_methods_b
262: WHERE accounting_method_type_code = l_ledger.sla_accounting_method_type
263: AND accounting_method_code = l_ledger.sla_accounting_method_code;
264:
265: l_trx_coa c_trx_coa%rowtype;

Line 627: ,xla_acctg_methods_b xam

623: ,xla_environment_pkg.g_login_id
624: FROM
625: xla_ledger_relationships_v xlr
626: ,xla_subledgers xsl
627: ,xla_acctg_methods_b xam
628: ,gl_ledgers gll
629: WHERE
630: xlr.ledger_category_code IN ('PRIMARY','SECONDARY')
631: AND xlr.sla_accounting_method_code IS NOT NULL

Line 699: ,xla_acctg_methods_b xam

695: --,'NONE'
696: FROM
697: xla_ledger_relationships_v xlr
698: ,xla_subledgers xsl
699: ,xla_acctg_methods_b xam
700: ,gl_ledgers gll
701: ,gl_ledgers gl2
702: WHERE
703: xlr.ledger_category_code IN ('PRIMARY','SECONDARY')

Line 753: ,xla_acctg_methods_b xam

749: ,xla_environment_pkg.g_login_id
750: FROM
751: xla_ledger_relationships_v xlr
752: ,xla_subledgers xsl
753: ,xla_acctg_methods_b xam
754: ,gl_ledgers gll
755: ,xla_event_class_attrs xec
756: WHERE
757: xlr.ledger_category_code IN ('PRIMARY','SECONDARY')