DBA Data[Home] [Help]

APPS.OKC_XPRT_IMPORT_PVT dependencies on OKC_TERMS_TEMPLATES_ALL

Line 1625: FROM okc_terms_templates_all t

1621: ) IS
1622:
1623: CURSOR csr_tmpl_dtls IS
1624: SELECT 'x'
1625: FROM okc_terms_templates_all t
1626: WHERE t.org_id = p_org_id
1627: AND t.intent = p_intent
1628: AND t.template_id = NVL(p_template_id, template_id);
1629: