DBA Data[Home] [Help]

APPS.FLM_PURGE dependencies on WIP_TRANSACTIONS

Line 233: DELETE FROM WIP_TRANSACTIONS

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:

Line 432: DELETE FROM WIP_TRANSACTIONS

428:
429: /* start of arg_purge_option if condition */
430: if (arg_purge_option = 2) and (l_flag) then
431:
432: DELETE FROM WIP_TRANSACTIONS
433: WHERE WIP_ENTITY_ID = l_wip_entity_id;
434:
435: l_stmt_num := 310;
436: