DBA Data[Home] [Help]

APPS.IBC_VALIDATE_PVT dependencies on JTF_RS_ALL_RESOURCES_VL

Line 625: FROM jtf_rs_all_resources_vl

621: RETURN VARCHAR2
622: IS
623: CURSOR c_resource IS
624: SELECT resource_id
625: FROM jtf_rs_all_resources_vl
626: WHERE resource_id = f_resource_id
627: AND resource_type = f_resource_type;
628:
629: temp number;

Line 1245: -- and not using jtf_rs_all_resources_vl but jtf_rs_groups_vl

1241: x_msg_data OUT NOCOPY VARCHAR2)
1242: IS
1243:
1244: -- For performance issues assuming only GROUPS to be valid
1245: -- and not using jtf_rs_all_resources_vl but jtf_rs_groups_vl
1246: CURSOR C_jtf_resources IS
1247: SELECT '1'
1248: FROM JTF_RS_GROUPS_VL
1249: WHERE group_id = p_resource_id;