DBA Data[Home] [Help]

APPS.OKL_FE_EO_TERM_OPTIONS_PVT dependencies on FND_LOOKUPS

Line 477: SELECT meaning from fnd_lookups where lookup_type='OKL_SOURCE_TYPES'

473: residual_type_code=l_eot_type_code and currency_code =l_currency_code)
474: );
475:
476: CURSOR source_meaning_csr(source_code IN VARCHAR2) IS
477: SELECT meaning from fnd_lookups where lookup_type='OKL_SOURCE_TYPES'
478: and lookup_code=source_code;
479:
480: l_eto_tbl okl_eto_tbl;
481: i NUMBER := 1;