DBA Data[Home] [Help]

APPS.JTF_TASK_PRIORITIES_PKG dependencies on JTF_TASK_PRIORITIES_VL

Line 142: from JTF_TASK_PRIORITIES_VL

138: X_OBJECT_VERSION_NUMBER in NUMBER
139: ) is
140: cursor c is select
141: OBJECT_VERSION_NUMBER
142: from JTF_TASK_PRIORITIES_VL
143: where TASK_PRIORITY_ID = X_TASK_PRIORITY_ID
144: for update of TASK_PRIORITY_ID nowait;
145: recinfo c%rowtype;
146:

Line 404: from jtf_task_priorities_vl

400:
401:
402: SELECT object_version_number
403: INTO l_object_version_number
404: from jtf_task_priorities_vl
405: where task_priority_id = x_task_priority_id;
406:
407:
408: