DBA Data[Home] [Help]

APPS.JTF_TASK_WF_UTIL dependencies on JTF_OBJECTS_VL

Line 70: FROM jtf_objects_vl

66: -------------------------------------------------------------------------
67: CURSOR c_get_res_name(b_resource_type jtf_tasks_b.owner_type_code%TYPE) IS
68: SELECT where_clause
69: , 'SELECT ' || select_name || ' FROM ' || from_table || ' WHERE ' || select_id || ' = :RES'
70: FROM jtf_objects_vl
71: WHERE object_code = b_resource_type;
72: BEGIN
73: OPEN c_get_res_name(p_resource_type);
74: FETCH c_get_res_name INTO l_where_clause, l_sql_statement;