DBA Data[Home] [Help]

APPS.IBC_DATA_SECURITY_PVT dependencies on JTF_RS_ALL_RESOURCES_VL

Line 3985: FROM jtf_rs_all_resources_vl

3981: l_user_id NUMBER;
3982:
3983: CURSOR c_resource(p_resource_id NUMBER) IS
3984: SELECT resource_type
3985: FROM jtf_rs_all_resources_vl
3986: WHERE resource_id = p_resource_id;
3987:
3988: CURSOR c_grp_members(p_resource_id NUMBER) IS
3989: SELECT group_id group_id, resource_id group_resource_id, 'INDIVIDUAL' resource_type