DBA Data[Home] [Help]

APPS.IGS_RU_GEN_003 dependencies on IGS_RU_SET_PKG

Line 154: IGS_RU_SET_PKG.DELETE_ROW(

150: /*
151: remove set
152: */
153: for set_rec in Cur_Set_Del( rule_items.set_number) loop
154: IGS_RU_SET_PKG.DELETE_ROW(
155: X_ROWID => set_rec.rowid
156: );
157: end loop;
158: END IF;