DBA Data[Home] [Help]

APPS.AR_RAXGLR_XMLP_PKG dependencies on FND_LOOKUPS

Line 474: from fnd_lookups

470: l_code varchar2(30);
471: BEGIN
472: select lookup_code
473: into l_code
474: from fnd_lookups
475: where meaning = p_reporting_level_name
476: and lookup_type = 'XLA_MO_REPORTING_LEVEL' ;
477:
478: if l_code = '3000' then