DBA Data[Home] [Help]

APPS.IGS_RU_GEN_003 dependencies on IGS_RU_ITEM_PKG

Line 118: IGS_RU_ITEM_PKG.DELETE_ROW(

114: AND item >= p_item )
115: LOOP
116:
117: for item_rec in Cur_Item_Del(rule_items.item) loop
118: IGS_RU_ITEM_PKG.DELETE_ROW(
119: X_ROWID => item_rec.rowid
120: );
121: end loop;
122: