DBA Data[Home] [Help]

APPS.OKL_LA_SALES_TAX_PVT dependencies on FND_LOOKUP_VALUES

Line 43: from fnd_lookup_values

39:
40: -- Cursor to get Transaction type and status descriptions
41: CURSOR fnd_lookups_csr( lkp_type VARCHAR2, mng VARCHAR2 ) IS
42: select description, lookup_code
43: from fnd_lookup_values
44: where language = 'US'
45: AND lookup_type = lkp_type
46: AND meaning = mng;
47: