DBA Data[Home] [Help]

APPS.OKC_ARTICLES_ALL_PVT dependencies on FND_LOOKUPS

Line 722: FROM FND_LOOKUPS FNDLKUP

718:
719: -- Added Cursor for Bug 3673484 - For Non-Std Clauses, no need to check effectivity
720: CURSOR l_article_type_csr is
721: SELECT '!'
722: FROM FND_LOOKUPS FNDLKUP
723: WHERE FNDLKUP.LOOKUP_TYPE = 'OKC_SUBJECT'
724: AND FNDLKUP.LOOKUP_CODE = p_article_type;
725:
726: BEGIN