DBA Data[Home] [Help]

APPS.BIS_INDICATOR_REGION_UI_PVT dependencies on FND_USER_RESP_GROUPS

Line 868: ,fnd_user_resp_groups b

864: ,c.increase_in_measure
865: ,c.comparison_source
866: ,c.indicator_id
867: FROM bis_user_ind_selections a
868: ,fnd_user_resp_groups b
869: ,bis_indicators c
870: ,bisbv_target_levels d
871: WHERE a.user_id = g_user_id
872: AND a.plug_id = p_plug_id

Line 7178: fnd_user_resp_groups b

7174: l_has_access INTEGER;
7175: CURSOR c1 IS
7176: SELECT distinct DECODE(b.user_id, NULL, 0, 1)
7177: FROM
7178: fnd_user_resp_groups b
7179: ,bisbv_target_levels d
7180: ,bis_indicator_resps e
7181: WHERE
7182: b.user_id = p_cur_user_id