DBA Data[Home] [Help]

APPS.JTF_TASK_MASS_PVT dependencies on JTF_TASKS_PUB

Line 185: -- Call the public API JTF_TASKS_PUB to Copy a task for all the members of a group or a team

181: FETCH c_resource_type into l_resource_type;
182: CLOSE c_resource_type;
183:
184: --
185: -- Call the public API JTF_TASKS_PUB to Copy a task for all the members of a group or a team
186: --
187: jtf_tasks_pub.copy_task (
188: p_api_version => p_api_version,
189: p_init_msg_list => p_init_msg_list,

Line 187: jtf_tasks_pub.copy_task (

183:
184: --
185: -- Call the public API JTF_TASKS_PUB to Copy a task for all the members of a group or a team
186: --
187: jtf_tasks_pub.copy_task (
188: p_api_version => p_api_version,
189: p_init_msg_list => p_init_msg_list,
190: p_commit => p_commit,
191: p_source_task_id => p_task_id,