DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on ENG_REVISED_OPERATIONS

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

5862: and implementation_date is null;
5863: END IF;
5864: end if; -- reset pointers
5865:
5866: -- Copy all implemented operations to eng_revised_operations.
5867:
5868: INSERT into eng_revised_operations(
5869: operation_sequence_id ,
5870: routing_sequence_id ,

Line 5868: INSERT into eng_revised_operations(

5864: end if; -- reset pointers
5865:
5866: -- Copy all implemented operations to eng_revised_operations.
5867:
5868: INSERT into eng_revised_operations(
5869: operation_sequence_id ,
5870: routing_sequence_id ,
5871: operation_seq_num ,
5872: last_update_date ,

Line 9073: /* DELETE FROM eng_revised_operations

9069: DELETE FROM bom_operation_sequences
9070: WHERE revised_item_sequence_id = p_revised_item_sequence_id;
9071:
9072: -- Delete the related revised operation sequence records
9073: /* DELETE FROM eng_revised_operations
9074: WHERE routing_sequence_id = p_routing_sequence_id
9075: AND eco_for_production = 1;
9076: */
9077: END IF;