DBA Data[Home] [Help]

APPS.JTF_TASK_MASS_PVT dependencies on JTF_TASK_RESOURCES_VL

Line 77: from jtf_task_resources_vl

73: --
74: CURSOR c_resource_type(b_task_resource_id in number) IS
75: select resource_type
76: -- Bug Fix 2909730, Bug# 4455786 MOAC.
77: from jtf_task_resources_vl
78: where resource_id = b_task_resource_id;
79:
80: BEGIN
81: --

Line 314: from jtf_task_resources_vl

310: --
311: cursor c_resource is
312: select resource_id
313: -- Bug Fix 2909730, Bug# 4455786 MOAC.
314: from jtf_task_resources_vl
315: where resource_id = p_resource_type_id
316: and resource_type = p_resource_type;
317: Begin
318: