DBA Data[Home] [Help]

APPS.FLM_PURGE dependencies on FLM_EXE_REQ_OPERATIONS

Line 180: delete from flm_exe_req_operations

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;
182:
183: END DELETE_EXE_TABLES;
184: