DBA Data[Home] [Help]

APPS.BOM_IMPORT_PUB dependencies on BOM_COMPONENT_OPS_INTERFACE

Line 5168: DELETE bom_component_ops_interface

5164:
5165: stmt_num := 6;
5166: Write_Debug('Deleting the Comp Operation Rows');
5167:
5168: DELETE bom_component_ops_interface
5169: WHERE batch_id = p_batch_id;
5170:
5171: stmt_num := 7;
5172: Write_Debug('Deleting the Network Operation Rows');

Line 5798: UPDATE bom_component_ops_interface

5794: SET process_flag = 5
5795: WHERE batch_id = p_batch_id
5796: AND process_flag = 1;
5797:
5798: UPDATE bom_component_ops_interface
5799: SET process_flag = 5
5800: WHERE batch_id = p_batch_id
5801: AND process_flag = 1;
5802: ELSE

Line 5886: UPDATE bom_component_ops_interface

5882: AND nvl(alternate_bom_designator,'Primary') = nvl(l_header_table(i).alternate_bom_designator,'Primary')
5883: )
5884: );
5885:
5886: UPDATE bom_component_ops_interface
5887: SET process_flag = 5
5888: WHERE batch_id = p_batch_id
5889: AND process_flag = 1
5890: AND ( bill_sequence_id = l_header_table(i).bill_sequence_id