DBA Data[Home] [Help]

APPS.JTF_RESOURCE_UTL dependencies on JTF_RS_ROLES_VL

Line 2058: FROM jtf_rs_roles_vl

2054: IS
2055:
2056: CURSOR c_role_id IS
2057: SELECT role_id
2058: FROM jtf_rs_roles_vl
2059: WHERE role_id = p_role_id;
2060:
2061: CURSOR c_role_code IS
2062: SELECT role_id

Line 2063: FROM jtf_rs_roles_vl

2059: WHERE role_id = p_role_id;
2060:
2061: CURSOR c_role_code IS
2062: SELECT role_id
2063: FROM jtf_rs_roles_vl
2064: WHERE role_code = p_role_code;
2065:
2066: BEGIN
2067: x_return_status := fnd_api.g_ret_sts_success;