DBA Data[Home] [Help]

APPS.BOM_BOM_COMPONENT_UTIL dependencies on ENG_REVISED_COMPONENTS

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

1192: err_text varchar2(2000);
1193: stmt_num number;
1194: Begin
1195: /*
1196: ** insert the cancelled rev components into eng_revised_components
1197: */
1198: stmt_num := 10;
1199: INSERT INTO ENG_REVISED_COMPONENTS (
1200: COMPONENT_SEQUENCE_ID,

Line 1199: INSERT INTO ENG_REVISED_COMPONENTS (

1195: /*
1196: ** insert the cancelled rev components into eng_revised_components
1197: */
1198: stmt_num := 10;
1199: INSERT INTO ENG_REVISED_COMPONENTS (
1200: COMPONENT_SEQUENCE_ID,
1201: COMPONENT_ITEM_ID,
1202: OPERATION_SEQUENCE_NUM,
1203: BILL_SEQUENCE_ID,