DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on ENG_REVISED_OPERATIONS

Line 5602: -- Copy all implemented operations to eng_revised_operations.

5598: and implementation_date is null;
5599: END IF;
5600: end if; -- reset pointers
5601:
5602: -- Copy all implemented operations to eng_revised_operations.
5603:
5604: INSERT into eng_revised_operations(
5605: operation_sequence_id ,
5606: routing_sequence_id ,

Line 5604: INSERT into eng_revised_operations(

5600: end if; -- reset pointers
5601:
5602: -- Copy all implemented operations to eng_revised_operations.
5603:
5604: INSERT into eng_revised_operations(
5605: operation_sequence_id ,
5606: routing_sequence_id ,
5607: operation_seq_num ,
5608: last_update_date ,

Line 8728: /* DELETE FROM eng_revised_operations

8724: DELETE FROM bom_operation_sequences
8725: WHERE revised_item_sequence_id = p_revised_item_sequence_id;
8726:
8727: -- Delete the related revised operation sequence records
8728: /* DELETE FROM eng_revised_operations
8729: WHERE routing_sequence_id = p_routing_sequence_id
8730: AND eco_for_production = 1;
8731: */
8732: END IF;