DBA Data[Home] [Help]

APPS.OKC_BUS_DOC_TYPES_PVT dependencies on FND_LOOKUPS

Line 424: from fnd_lookups lkp

420: sysdate,
421: 1,
422: sysdate,
423: 'Y'
424: from fnd_lookups lkp
425: where lkp.lookup_type = 'OKC_TERM_QA_LIST'
426: and lkp.lookup_code NOT IN ( select qa_code from okc_doc_qa_lists where document_type = p_document_type );
427:
428: commit;