DBA Data[Home] [Help]

APPS.JTF_TASKS_PVT dependencies on JTF_TASK_CONTACTS_PUB

Line 4146: jtf_task_contacts_pub.delete_task_contacts

4142: -------------------------------------------------
4143: ------ delete contacts and related contact points
4144: -------------------------------------------------
4145: FOR c IN c_del_contacts(l_task_id) LOOP
4146: jtf_task_contacts_pub.delete_task_contacts
4147: (
4148: p_api_version => 1.0
4149: , p_init_msg_list => fnd_api.g_false
4150: , p_commit => fnd_api.g_false

Line 4851: jtf_task_contacts_pub.delete_task_contacts

4847: ---------------------------
4848: ---- delete contacts
4849: ---------------------------
4850: FOR cc IN c_contacts LOOP
4851: jtf_task_contacts_pub.delete_task_contacts
4852: (
4853: p_api_version => 1.0
4854: , p_init_msg_list => fnd_api.g_false
4855: , p_commit => fnd_api.g_false