DBA Data[Home] [Help]

APPS.OKC_XPRT_INT_GRP dependencies on OKC_TERMS_TEMPLATES_ALL

Line 385: FROM okc_terms_templates_all

381: l_tmpl_id_for_bv NUMBER;
382:
383: CURSOR csr_expert_enabled IS
384: SELECT (nvl(contract_expert_enabled, 'N'))
385: FROM okc_terms_templates_all
386: WHERE template_id = p_template_id;
387:
388: --cursor added for Bug#5012622
389: CURSOR csr_tmpl_id_on_doc IS

Line 398: FROM okc_terms_templates_all

394:
395: --cursor added for Bug#4929199
396: CURSOR csr_tmpl_lang (p_template_id NUMBER) IS
397: SELECT language
398: FROM okc_terms_templates_all
399: WHERE template_id = p_template_id;
400:
401: --cursor added for Bug#4929199
402: CURSOR csr_quote_status IS