DBA Data[Home] [Help]

APPS.OKC_TERMS_TEMPLATES_PVT dependencies on MO_GLOBAL

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

1147: FROM okc_terms_templates_all
1148: WHERE template_name = p_template_name
1149: AND nvl(working_copy_flag,'N') = nvl(p_working_copy_flag,'N')
1150: AND ((p_template_id IS NULL) OR (p_template_id <> template_id))
1151: AND ORG_ID = mo_global.get_current_org_id();
1152: --MLS for templates
1153: CURSOR l_primary_tmpl_csr IS
1154: SELECT '!'
1155: FROM okc_terms_templates_all