DBA Data[Home] [Help]

APPS.JTF_OBJECTS_PKG dependencies on JTF_OBJECTS_VL

Line 204: from JTF_objects_vl

200: X_OBJECT_VERSION_NUMBER in NUMBER
201: ) is
202: cursor c is select
203: OBJECT_VERSION_NUMBER
204: from JTF_objects_vl
205: where object_CODE = X_object_CODE
206: for update of object_CODE nowait;
207: recinfo c%rowtype;
208: