229: WHERE WIP_ENTITY_ID = arg_wip_entity_id ;
230:
231: l_stmt_num := 460;
232:
233: DELETE FROM WIP_TRANSACTIONS
234: WHERE WIP_ENTITY_ID = arg_wip_entity_id;
235:
236: l_stmt_num := 470;
237:
426:
427: /* start of arg_purge_option if condition */
428: if (arg_purge_option = 2) and (l_flag) then
429:
430: DELETE FROM WIP_TRANSACTIONS
431: WHERE WIP_ENTITY_ID = l_wip_entity_id;
432:
433: l_stmt_num := 310;
434: