DBA Data[Home] [Help]

APPS.OKC_ARTWF_PVT dependencies on OKC_TERMS_TEMPLATES_ALL

Line 1987: from okc_terms_templates_all

1983: o.organization_id = otl.organization_id
1984: and otl.language = userenv('LANG')
1985: and o.organization_id = (
1986: select org_id
1987: from okc_terms_templates_all
1988: where template_id = p_template_id
1989: );
1990: return org_name;
1991: exception

Line 2004: from okc_terms_templates_all

2000: from okc_lookups_v
2001: where lookup_type = 'OKC_TERMS_INTENT'
2002: and lookup_code = (
2003: select intent
2004: from okc_terms_templates_all
2005: where template_id = p_template_id
2006: );
2007: return intent_meaning;
2008: exception