DBA Data[Home] [Help]

APPS.CSF_REQUIRED_SKILLS_PKG dependencies on JTF_TASKS_PUB

Line 375: l_task_id := jtf_tasks_pub.p_task_user_hooks.task_id;

371:
372: BEGIN
373: -- Check if required skill based on product/inventroy item
374: -- has to be created.
375: l_task_id := jtf_tasks_pub.p_task_user_hooks.task_id;
376: g_called_from_hook := 'T';
377: if nvl(fnd_profile.value('CSF_SR_ITEM_TO_TASK_REQ'), 'N') = 'Y'
378: then
379: -- Takes the Product Skills from the inv table

Line 474: l_task_id := jtf_tasks_pub.p_task_user_hooks.task_id;

470: BEGIN
471: /* Retrieve skills attached to the task template and
472: call create_task_req_skill procedure to insert the
473: record. */
474: l_task_id := jtf_tasks_pub.p_task_user_hooks.task_id;
475: l_tpl_id := jtf_tasks_pub.p_task_user_hooks.template_id;
476: l_tpl_grp_id := jtf_tasks_pub.p_task_user_hooks.template_group_id;
477: g_called_from_hook := 'T';
478:

Line 475: l_tpl_id := jtf_tasks_pub.p_task_user_hooks.template_id;

471: /* Retrieve skills attached to the task template and
472: call create_task_req_skill procedure to insert the
473: record. */
474: l_task_id := jtf_tasks_pub.p_task_user_hooks.task_id;
475: l_tpl_id := jtf_tasks_pub.p_task_user_hooks.template_id;
476: l_tpl_grp_id := jtf_tasks_pub.p_task_user_hooks.template_group_id;
477: g_called_from_hook := 'T';
478:
479:

Line 476: l_tpl_grp_id := jtf_tasks_pub.p_task_user_hooks.template_group_id;

472: call create_task_req_skill procedure to insert the
473: record. */
474: l_task_id := jtf_tasks_pub.p_task_user_hooks.task_id;
475: l_tpl_id := jtf_tasks_pub.p_task_user_hooks.template_id;
476: l_tpl_grp_id := jtf_tasks_pub.p_task_user_hooks.template_group_id;
477: g_called_from_hook := 'T';
478:
479:
480: for r_skills in c_skills loop

Line 548: l_task_id := jtf_tasks_pub.p_task_user_hooks.task_id;

544: l_disabled_flag csf_required_skills_b.disabled_flag%type;
545:
546: BEGIN
547:
548: l_task_id := jtf_tasks_pub.p_task_user_hooks.task_id;
549: g_called_from_hook := 'T';
550:
551: open c_parent_task_id(l_task_id);
552: fetch c_parent_task_id into l_parent_task_id;