DBA Data[Home] [Help]

APPS.JTF_TASKS_PVT dependencies on JTF_TASK_REFERENCES_PVT

Line 1579: jtf_task_references_pvt.create_references(

1575: , x_return_status => x_return_status
1576: );
1577: ELSE
1578: jtf_task_utl.g_show_error_for_dup_reference := FALSE;
1579: jtf_task_references_pvt.create_references(
1580: p_api_version => l_api_version
1581: , p_init_msg_list => fnd_api.g_false
1582: , p_commit => fnd_api.g_false
1583: , p_task_id => x_task_id

Line 4651: jtf_task_references_pvt.delete_references

4647: ---- delete references. Changed the call from public to private as this
4648: ---- removes the additional overhead of calling private api through public.
4649: ---------------------------
4650: FOR b IN c_references LOOP
4651: jtf_task_references_pvt.delete_references
4652: (
4653: p_api_version => 1.0
4654: , p_init_msg_list => fnd_api.g_false
4655: , p_commit => fnd_api.g_false