DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on ENG_REVISED_COMPONENTS

Line 7116: -- Copy all implemented components to eng_revised_components.

7112: END IF;
7113: end if; -- reset pointers
7114:
7115: --
7116: -- Copy all implemented components to eng_revised_components.
7117: --
7118:
7119: Insert into eng_revised_components(
7120: component_sequence_id,

Line 7119: Insert into eng_revised_components(

7115: --
7116: -- Copy all implemented components to eng_revised_components.
7117: --
7118:
7119: Insert into eng_revised_components(
7120: component_sequence_id,
7121: component_item_id,
7122: operation_sequence_num,
7123: bill_sequence_id,

Line 8678: /* DELETE FROM eng_revised_components

8674: WHERE revised_item_sequence_id = p_revised_item_sequence_id ;
8675:
8676: -- Delete the related eng revised _components whose
8677: -- eco_for_production = 1.
8678: /* DELETE FROM eng_revised_components
8679: WHERE bill_sequence_id = p_bill_sequence_id
8680: AND eco_for_production = 1;
8681: */
8682: