DBA Data[Home] [Help]

APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on JTF_TASKS_PUB

Line 215: x_Task_Details_Tbl jtf_tasks_pub.task_details_tbl;

211: l_task_id NUMBER;
212: l_index NUMBER := 0;
213: l_primary_contact VARCHAR2(1);
214:
215: x_Task_Details_Tbl jtf_tasks_pub.task_details_tbl;
216: x_request_id Number;
217: x_request_number Number;
218: x_interaction_id Number;
219: x_workflow_process_id Number;

Line 655: jtf_tasks_pub.create_task_from_template (

651: l_address_id_to_pass := null;
652: l_location_id_to_pass := l_ump_rec.location_id;
653: END IF;
654:
655: jtf_tasks_pub.create_task_from_template (
656: p_api_version => 1.0,
657: p_init_msg_list => FND_API.G_FALSE,
658: p_commit => FND_API.G_FALSE,
659: p_task_template_group_id => l_route_rec.task_template_group_id,