DBA Data[Home] [Help]

APPS.JTF_TASKS_PVT dependencies on JTF_TASK_CONTACTS_PUB

Line 4227: jtf_task_contacts_pub.delete_task_contacts

4223: -------------------------------------------------
4224: ------ delete contacts and related contact points
4225: -------------------------------------------------
4226: FOR c IN c_del_contacts(l_task_id) LOOP
4227: jtf_task_contacts_pub.delete_task_contacts
4228: (
4229: p_api_version => 1.0
4230: , p_init_msg_list => fnd_api.g_false
4231: , p_commit => fnd_api.g_false

Line 4932: jtf_task_contacts_pub.delete_task_contacts

4928: ---------------------------
4929: ---- delete contacts
4930: ---------------------------
4931: FOR cc IN c_contacts LOOP
4932: jtf_task_contacts_pub.delete_task_contacts
4933: (
4934: p_api_version => 1.0
4935: , p_init_msg_list => fnd_api.g_false
4936: , p_commit => fnd_api.g_false