DBA Data[Home] [Help]

APPS.XLA_HIST_LEDGER_UPG_PKG dependencies on XLA_LOOKUPS

Line 273: FROM xla_lookups

269:
270: -- added this to show meaning in the logfile rather than the code.
271: SELECT meaning
272: INTO l_mode_meaning
273: FROM xla_lookups
274: WHERE lookup_type = 'XLA_HIST_UPG_MODE'
275: AND lookup_code = p_mode ;
276:
277: