DBA Data[Home] [Help]

APPS.OZF_TASK_GROUP_PVT dependencies on OZF_CLAIMS_ALL

Line 493: from ozf_claims_all

489: l_task_template_group_id number;
490:
491: CURSOR exist_task_group_csr(p_id in number) IS
492: select task_template_group_id
493: from ozf_claims_all
494: where task_template_group_id = p_id;
495:
496: --
497: BEGIN