DBA Data[Home] [Help]

APPS.CSF_REQUIRED_SKILLS_PKG dependencies on JTF_TASK_TEMPLATES_B

Line 11: From jtf_task_templates_b

7: RETURN boolean
8: IS
9: Cursor c_tpl is
10: Select 1
11: From jtf_task_templates_b
12: Where task_template_id = p_task_tpl_id
13: and task_group_id = p_task_tpl_grp_id;
14: l_dummy_var number;
15: BEGIN