DBA Data[Home] [Help]

APPS.FLM_PURGE dependencies on FLM_EXE_LOT_NUMBERS

Line 177: delete from flm_exe_lot_numbers

173:
174: delete from flm_exe_serial_numbers
175: where wip_entity_id = arg_wip_entity_id;
176:
177: delete from flm_exe_lot_numbers
178: where wip_entity_id = arg_wip_entity_id;
179:
180: delete from flm_exe_req_operations
181: where wip_entity_id = arg_wip_entity_id;