DBA Data[Home] [Help]

APPS.BOM_BOM_COMPONENT_UTIL dependencies on BOM_SUBSTITUTE_COMPONENTS

Line 983: DELETE from bom_substitute_components

979: DELETE from bom_reference_designators
980: WHERE component_sequence_id = p_rev_comp_unexp_rec.component_sequence_id ;
981: -- p_component_sequence_id ;
982:
983: DELETE from bom_substitute_components
984: WHERE component_Sequence_id = p_rev_comp_unexp_rec.component_sequence_id ;
985: -- p_component_sequence_id ;
986:
987:

Line 1220: DELETE FROM BOM_SUBSTITUTE_COMPONENTS SC

1216:
1217: /*
1218: ** Delete the Substitute Components and also the Reference Designators
1219: */
1220: DELETE FROM BOM_SUBSTITUTE_COMPONENTS SC
1221: WHERE SC.COMPONENT_SEQUENCE_ID = comp_seq_id;
1222:
1223: -- dbms_output.put_line(SQL%ROWCOUNT || ' rows deleted from bsc');
1224: