DBA Data[Home] [Help]

APPS.OKL_LA_JE_PVT dependencies on FND_LOOKUP_VALUES

Line 228: from fnd_lookup_values

224:
225: CURSOR fnd_lookups_csr( lkp_type VARCHAR2, mng VARCHAR2 ) IS
226: select description,
227: lookup_code
228: from fnd_lookup_values
229: where language = 'US'
230: AND lookup_type = lkp_type
231: AND meaning = mng;
232: