DBA Data[Home] [Help]

APPS.OKL_CREDIT_CHECKLIST_PVT dependencies on OKL_CRD_FUND_CHECKLISTS_TPL_UV

Line 290: FROM okl_crd_fund_checklists_tpl_uv lst

286:
287: CURSOR c_unq_fun (p_chr_id number)
288: IS
289: SELECT 1
290: FROM okl_crd_fund_checklists_tpl_uv lst
291: WHERE lst.khr_id = p_chr_id
292: group by lst.todo_item_code, lst.function_id
293: having count(1) > 1
294: ;