DBA Data[Home] [Help]

APPS.JTF_TASK_STATUSES_PKG dependencies on JTF_TASK_ALL_STATUSES_VL

Line 206: from JTF_TASK_ALL_STATUSES_VL

202: X_OBJECT_VERSION_NUMBER in NUMBER
203: ) is
204: cursor c is select
205: OBJECT_VERSION_NUMBER
206: from JTF_TASK_ALL_STATUSES_VL
207: where TASK_STATUS_ID = X_TASK_STATUS_ID
208: and OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER
209: for update of TASK_STATUS_ID nowait;
210: recinfo c%rowtype;

Line 528: FROM jtf_task_all_statuses_vl

524:
525:
526: SELECT task_status_id, object_version_number
527: INTO l_task_status_id, l_object_version_number
528: FROM jtf_task_all_statuses_vl
529: WHERE task_status_id = x_task_status_id;
530:
531:
532: