DBA Data[Home] [Help]

APPS.IBC_VALIDATE_PVT dependencies on JTF_RS_GROUPS_VL

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;

Line 1248: FROM JTF_RS_GROUPS_VL

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;
1250:
1251: l_tmp CHAR(1);
1252: