DBA Data[Home] [Help]

APPS.JTF_TASK_TEMPLATES_PKG dependencies on JTF_TASK_TEMPLATES_VL

Line 214: from JTF_TASK_TEMPLATES_VL

210: X_OBJECT_VERSION_NUMBER in NUMBER
211: ) is
212: cursor c is select
213: OBJECT_VERSION_NUMBER
214: from JTF_TASK_TEMPLATES_VL
215: where TASK_TEMPLATE_ID = X_TASK_TEMPLATE_ID
216: and OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER
217: for update of TASK_TEMPLATE_ID nowait;
218: recinfo c%rowtype;