DBA Data[Home] [Help]

APPS.JTF_RESOURCE_UTL dependencies on JTF_RS_ROLES_VL

Line 2062: FROM jtf_rs_roles_vl

2058: IS
2059:
2060: CURSOR c_role_id IS
2061: SELECT role_id
2062: FROM jtf_rs_roles_vl
2063: WHERE role_id = p_role_id;
2064:
2065: CURSOR c_role_code IS
2066: SELECT role_id

Line 2067: FROM jtf_rs_roles_vl

2063: WHERE role_id = p_role_id;
2064:
2065: CURSOR c_role_code IS
2066: SELECT role_id
2067: FROM jtf_rs_roles_vl
2068: WHERE role_code = p_role_code;
2069:
2070: BEGIN
2071: x_return_status := fnd_api.g_ret_sts_success;