DBA Data[Home] [Help]

APPS.ENG_CANCEL_ECO dependencies on ENG_REVISED_OPERATIONS

Line 377: -- Insert the cancelled rev operations into eng_revised_operations

373: DELETE FROM BOM_OPERATION_RESOURCES
374: WHERE rowid =rowid_tab1(l_counter);
375: /*End - Bug 8221477 (FP of 7557368): Changed the delete logic for operation resources */
376:
377: -- Insert the cancelled rev operations into eng_revised_operations
378: INSERT INTO ENG_REVISED_OPERATIONS (
379: operation_sequence_id
380: , routing_sequence_id
381: , operation_seq_num

Line 378: INSERT INTO ENG_REVISED_OPERATIONS (

374: WHERE rowid =rowid_tab1(l_counter);
375: /*End - Bug 8221477 (FP of 7557368): Changed the delete logic for operation resources */
376:
377: -- Insert the cancelled rev operations into eng_revised_operations
378: INSERT INTO ENG_REVISED_OPERATIONS (
379: operation_sequence_id
380: , routing_sequence_id
381: , operation_seq_num
382: , last_update_date