DBA Data[Home] [Help]

APPS.BOM_BOM_COMPONENT_UTIL dependencies on ENG_REVISED_COMPONENTS

Line 1089: ** insert the cancelled rev components into eng_revised_components

1085: err_text varchar2(2000);
1086: stmt_num number;
1087: Begin
1088: /*
1089: ** insert the cancelled rev components into eng_revised_components
1090: */
1091: stmt_num := 10;
1092: INSERT INTO ENG_REVISED_COMPONENTS (
1093: COMPONENT_SEQUENCE_ID,

Line 1092: INSERT INTO ENG_REVISED_COMPONENTS (

1088: /*
1089: ** insert the cancelled rev components into eng_revised_components
1090: */
1091: stmt_num := 10;
1092: INSERT INTO ENG_REVISED_COMPONENTS (
1093: COMPONENT_SEQUENCE_ID,
1094: COMPONENT_ITEM_ID,
1095: OPERATION_SEQUENCE_NUM,
1096: BILL_SEQUENCE_ID,