DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_LINES_PKG dependencies on JTF_RS_ALL_RESOURCES_VL

Line 1857: select resource_name from jtf_rs_all_resources_vl

1853: p_resource_type varchar2)
1854: RETURN varchar2 is
1855:
1856: cursor resource_name is
1857: select resource_name from jtf_rs_all_resources_vl
1858: where resource_id = p_resource_id
1859: and resource_type = p_resource_type;
1860:
1861: l_resource_name varchar2(200);