DBA Data[Home] [Help]

APPS.IGS_SC_GEN_001 dependencies on IGS_SC_OBJ_GRANTS

Line 184: FROM igs_sc_obj_grants

180: ORDER BY gr.grant_id ;
181:
182: CURSOR c_grant_where (s_grant_id NUMBER, s_obj_id NUMBER) IS
183: SELECT grant_where
184: FROM igs_sc_obj_grants
185: WHERE object_id = s_obj_id
186: AND grant_id = s_grant_id
187: FOR UPDATE OF grant_where;
188: