DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on ENG_REVISED_COMPONENTS

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

7434: END IF;
7435: end if; -- reset pointers
7436:
7437: --
7438: -- Copy all implemented components to eng_revised_components.
7439: --
7440:
7441: Insert into eng_revised_components(
7442: component_sequence_id,

Line 7441: Insert into eng_revised_components(

7437: --
7438: -- Copy all implemented components to eng_revised_components.
7439: --
7440:
7441: Insert into eng_revised_components(
7442: component_sequence_id,
7443: component_item_id,
7444: operation_sequence_num,
7445: bill_sequence_id,

Line 9023: /* DELETE FROM eng_revised_components

9019: WHERE revised_item_sequence_id = p_revised_item_sequence_id ;
9020:
9021: -- Delete the related eng revised _components whose
9022: -- eco_for_production = 1.
9023: /* DELETE FROM eng_revised_components
9024: WHERE bill_sequence_id = p_bill_sequence_id
9025: AND eco_for_production = 1;
9026: */
9027: