DBA Data[Home] [Help]

APPS.JTF_TASK_TEMPLATES_UTL dependencies on JTF_TASK_CONFIRMATION_PUB

Line 372: /* jtf_task_confirmation_pub.reset_confirmation_status

368: /******* End of modification by SBARAT on 06/01/2005 for bug# 4898434 *******/
369:
370: -- Commented out the call of reset_confirmation_status. Instead, we are now calling
371: -- set_counter_status to set the confirmation_status. Changes done due to bug# 4352360
372: /* jtf_task_confirmation_pub.reset_confirmation_status
373: (
374: p_api_version => 1.0,
375: p_init_msg_list => fnd_api.g_false,
376: p_commit => fnd_api.g_false,

Line 384: jtf_task_confirmation_pub.set_counter_status(

380: x_msg_count => x_msg_count,
381: x_msg_data => x_msg_data
382: ); */
383:
384: jtf_task_confirmation_pub.set_counter_status(
385: p_api_version => 1.0,
386: p_init_msg_list => fnd_api.g_false,
387: p_commit => fnd_api.g_false,
388: x_return_status => x_return_status,

Line 690: jtf_task_confirmation_pub.set_counter_status(

686: END IF;
687:
688: /******* End of modification by SBARAT on 06/01/2005 for bug# 4898434 *******/
689:
690: jtf_task_confirmation_pub.set_counter_status(
691: p_api_version => 1.0,
692: p_init_msg_list => fnd_api.g_false,
693: p_commit => fnd_api.g_false,
694: x_return_status => x_return_status,