DBA Data[Home] [Help]

APPS.OKC_TERMS_TEMPLATES_PVT dependencies on MO_GLOBAL

Line 1159: AND ORG_ID = mo_global.get_current_org_id();

1155: FROM okc_terms_templates_all
1156: WHERE template_name = p_template_name
1157: AND nvl(working_copy_flag,'N') = nvl(p_working_copy_flag,'N')
1158: AND ((p_template_id IS NULL) OR (p_template_id <> template_id))
1159: AND ORG_ID = mo_global.get_current_org_id();
1160: --MLS for templates
1161: CURSOR l_primary_tmpl_csr IS
1162: SELECT '!'
1163: FROM okc_terms_templates_all