DBA Data[Home] [Help]

APPS.JTF_TASK_STATUSES_PKG dependencies on JTF_TASK_ALL_STATUSES_VL

Line 188: from JTF_TASK_ALL_STATUSES_VL

184: X_OBJECT_VERSION_NUMBER in NUMBER
185: ) is
186: cursor c is select
187: OBJECT_VERSION_NUMBER
188: from JTF_TASK_ALL_STATUSES_VL
189: where TASK_STATUS_ID = X_TASK_STATUS_ID
190: and OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER
191: for update of TASK_STATUS_ID nowait;
192: recinfo c%rowtype;

Line 496: FROM jtf_task_all_statuses_vl

492:
493:
494: SELECT task_status_id, object_version_number
495: INTO l_task_status_id, l_object_version_number
496: FROM jtf_task_all_statuses_vl
497: WHERE task_status_id = x_task_status_id;
498:
499:
500: