DBA Data[Home] [Help]

APPS.OKL_LA_SALES_TAX_PVT dependencies on FND_LOOKUP_VALUES

Line 61: from fnd_lookup_values

57:
58: -- Cursor to get Transaction type and status descriptions
59: CURSOR fnd_lookups_csr( lkp_type VARCHAR2, mng VARCHAR2 ) IS
60: select description, lookup_code
61: from fnd_lookup_values
62: where language = 'US'
63: AND lookup_type = lkp_type
64: AND meaning = mng;
65: