DBA Data[Home] [Help]

APPS.CSF_TASKS_PUB dependencies on JTF_TASKS_TL

Line 1575: UPDATE JTF_TASKS_TL

1571: ELSIF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
1572: RAISE fnd_api.g_exc_unexpected_error;
1573: END IF;
1574:
1575: UPDATE JTF_TASKS_TL
1576: SET rejection_message = p_reject_message
1577: WHERE task_id = p_task_id;
1578:
1579: -- Standard check of p_commit

Line 3650: UPDATE jtf_tasks_tl

3646: RAISE fnd_api.g_exc_unexpected_error;
3647: END IF;
3648:
3649: -- Clear out the Rejection Message, if any.
3650: UPDATE jtf_tasks_tl
3651: SET rejection_message = NULL
3652: WHERE task_id = p_task_id;
3653:
3654: