DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on FND_LOOKUP_VALUES

Line 1717: from fnd_lookup_values

1713:
1714: CURSOR fnd_lookups_csr( lkp_type VARCHAR2, mng VARCHAR2 ) IS
1715: select description,
1716: lookup_code
1717: from fnd_lookup_values
1718: where language = 'US'
1719: and lookup_type = lkp_type
1720: and meaning = mng;
1721: