DBA Data[Home] [Help]

APPS.BIS_INDICATOR_REGION_PVT dependencies on FND_USER

Line 137: ,fnd_user_resp_groups b

133: ,a.dimension7_level_value
134: ,a.responsibility_id
135: ,a.plan_id
136: FROM bis_user_ind_selections a
137: ,fnd_user_resp_groups b
138: ,bis_indicators c
139: ,bis_target_levels d
140: WHERE a.user_id = p_user_id
141: AND a.plug_id = p_plug_id

Line 822: FROM fnd_user

818: l_User_ID := p_User_ID;
819: ELSE
820: SELECT user_id
821: INTO l_user_id
822: FROM fnd_user
823: WHERE user_name = p_user_name;
824: END IF;
825:
826: FOR crlabel IN cr_label LOOP