DBA Data[Home] [Help]

APPS.JTF_TASK_DATES_PVT dependencies on JTF_TASK_DATES_PUB

Line 244: jtf_task_dates_pub.lock_task_dates

240: END IF;
241:
242: l_task_id := task_dates.task_id;
243:
244: jtf_task_dates_pub.lock_task_dates
245: ( P_API_VERSION => 1.0 ,
246: P_INIT_MSG_LIST => fnd_api.g_false ,
247: P_COMMIT => fnd_api.g_false ,
248: P_TASK_date_ID => l_task_date_id ,

Line 356: jtf_task_dates_pub.lock_task_dates

352:
353:
354: x_return_status := fnd_api.g_ret_sts_success;
355:
356: jtf_task_dates_pub.lock_task_dates
357: ( P_API_VERSION => 1.0 ,
358: P_INIT_MSG_LIST => fnd_api.g_false ,
359: P_COMMIT => fnd_api.g_false ,
360: P_TASK_date_ID => p_task_date_id ,