DBA Data[Home] [Help]

APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on JTF_TASKS_PUB

Line 192: x_Task_Details_Tbl jtf_tasks_pub.task_details_tbl;

188: l_task_id NUMBER;
189: l_index NUMBER := 0;
190: l_primary_contact VARCHAR2(1);
191:
192: x_Task_Details_Tbl jtf_tasks_pub.task_details_tbl;
193: x_request_id Number;
194: x_request_number Number;
195: x_interaction_id Number;
196: x_workflow_process_id Number;

Line 618: jtf_tasks_pub.create_task_from_template (

614: l_address_id_to_pass := null;
615: l_location_id_to_pass := l_ump_rec.location_id;
616: END IF;
617:
618: jtf_tasks_pub.create_task_from_template (
619: p_api_version => 1.0,
620: p_init_msg_list => FND_API.G_FALSE,
621: p_commit => FND_API.G_FALSE,
622: p_task_template_group_id => l_route_rec.task_template_group_id,