DBA Data[Home] [Help]

APPS.XLA_ACCTG_METHODS_PKG dependencies on XLA_GL_LEDGERS_V

Line 192: FROM xla_gl_ledgers_v

188:
189: CURSOR c_assignment_exist
190: IS
191: SELECT name ledger_name
192: FROM xla_gl_ledgers_v
193: WHERE sla_accounting_method_type = p_accounting_method_type_code
194: AND sla_accounting_method_code = p_accounting_method_code;
195:
196: BEGIN