DBA Data[Home] [Help]

APPS.BOM_IMPORT_PUB dependencies on BOM_COMPONENT_OPS_INTERFACE

Line 4776: DELETE bom_component_ops_interface

4772:
4773: stmt_num := 6;
4774: Write_Debug('Deleting the Comp Operation Rows');
4775:
4776: DELETE bom_component_ops_interface
4777: WHERE batch_id = p_batch_id;
4778:
4779: stmt_num := 7;
4780: Write_Debug('Deleting the Network Operation Rows');

Line 5406: UPDATE bom_component_ops_interface

5402: SET process_flag = 5
5403: WHERE batch_id = p_batch_id
5404: AND process_flag = 1;
5405:
5406: UPDATE bom_component_ops_interface
5407: SET process_flag = 5
5408: WHERE batch_id = p_batch_id
5409: AND process_flag = 1;
5410: ELSE

Line 5494: UPDATE bom_component_ops_interface

5490: AND nvl(alternate_bom_designator,'Primary') = nvl(l_header_table(i).alternate_bom_designator,'Primary')
5491: )
5492: );
5493:
5494: UPDATE bom_component_ops_interface
5495: SET process_flag = 5
5496: WHERE batch_id = p_batch_id
5497: AND process_flag = 1
5498: AND ( bill_sequence_id = l_header_table(i).bill_sequence_id