DBA Data[Home] [Help]

APPS.CSF_REQUIRED_SKILLS_PKG dependencies on JTF_TASKS_PUB

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

350:
351: BEGIN
352: -- Check if required skill based on product/inventroy item
353: -- has to be created.
354: l_task_id := jtf_tasks_pub.p_task_user_hooks.task_id;
355: g_called_from_hook := 'T';
356: if nvl(fnd_profile.value('CSF_SR_ITEM_TO_TASK_REQ'), 'N') = 'Y'
357: then
358: -- Takes the Product Skills from the inv table

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

418: BEGIN
419: /* Retrieve skills attached to the task template and
420: call create_task_req_skill procedure to insert the
421: record. */
422: l_task_id := jtf_tasks_pub.p_task_user_hooks.task_id;
423: l_tpl_id := jtf_tasks_pub.p_task_user_hooks.template_id;
424: l_tpl_grp_id := jtf_tasks_pub.p_task_user_hooks.template_group_id;
425: g_called_from_hook := 'T';
426:

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

419: /* Retrieve skills attached to the task template and
420: call create_task_req_skill procedure to insert the
421: record. */
422: l_task_id := jtf_tasks_pub.p_task_user_hooks.task_id;
423: l_tpl_id := jtf_tasks_pub.p_task_user_hooks.template_id;
424: l_tpl_grp_id := jtf_tasks_pub.p_task_user_hooks.template_group_id;
425: g_called_from_hook := 'T';
426:
427:

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

420: call create_task_req_skill procedure to insert the
421: record. */
422: l_task_id := jtf_tasks_pub.p_task_user_hooks.task_id;
423: l_tpl_id := jtf_tasks_pub.p_task_user_hooks.template_id;
424: l_tpl_grp_id := jtf_tasks_pub.p_task_user_hooks.template_group_id;
425: g_called_from_hook := 'T';
426:
427:
428: for r_skills in c_skills loop