DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_LINES_PKG dependencies on JTF_RS_ALL_RESOURCES_VL

Line 1239: select resource_name from jtf_rs_all_resources_vl

1235: p_resource_type varchar2)
1236: RETURN varchar2 is
1237:
1238: cursor resource_name is
1239: select resource_name from jtf_rs_all_resources_vl
1240: where resource_id = p_resource_id
1241: and resource_type = p_resource_type;
1242:
1243: l_resource_name varchar2(200);