DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on FND_LOOKUP_VALUES

Line 1745: from fnd_lookup_values

1741:
1742: CURSOR fnd_lookups_csr( lkp_type VARCHAR2, mng VARCHAR2 ) IS
1743: select description,
1744: lookup_code
1745: from fnd_lookup_values
1746: where language = 'US'
1747: and lookup_type = lkp_type
1748: and meaning = mng;
1749: