DBA Data[Home] [Help]

APPS.OKC_XPRT_RULE_PVT dependencies on OKC_TERMS_TEMPLATES_ALL

Line 1944: FROM okc_terms_templates_all temp, fnd_lookups status

1940: IS
1941: CURSOR cur_val_template
1942: IS
1943: SELECT 'Y'
1944: FROM okc_terms_templates_all temp, fnd_lookups status
1945: WHERE intent = g_rule_intent
1946: AND status.lookup_code = temp.status_code
1947: AND status.lookup_type = 'OKC_TERMS_TMPL_STATUS'
1948: AND contract_expert_enabled = 'Y'