DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on FND_LOOKUPS

Line 426: From fnd_lookups

422:
423: Cursor fnd_csr( fndType VARCHAR2, fndCode VARCHAR2 ) IS
424: Select meaning,
425: description
426: From fnd_lookups
427: Where lookup_type = fndType
428: and lookup_code = fndCode;
429:
430: --Added by rkuttiya for bug 5716089