DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on FND_LOOKUPS

Line 424: From fnd_lookups

420:
421: Cursor fnd_csr( fndType VARCHAR2, fndCode VARCHAR2 ) IS
422: Select meaning,
423: description
424: From fnd_lookups
425: Where lookup_type = fndType
426: and lookup_code = fndCode;
427:
428: -- rviriyal bug 5982201 start