[Home] [Help]
237:
238: Error_Handler.Write_Debug ('Checking for unimplemented BOM');
239: IF x_bom_header_rec.bom_implementation_date IS NULL
240: THEN
241: Error_Handler.Write_Debug ('IS NULL' || 'BO: ' || Bom_Globals.Get_Bo_Identifier || 'unimpl: ' || x_bom_head_unexp_rec.enable_unimplemented_boms || ' assembly type: ' || x_bom_header_rec.assembly_type);
242: IF x_bom_header_rec.assembly_type <> 2 OR
243: --Bom_Globals.Get_Bo_Identifier <> 'BOM' OR
244: x_bom_head_unexp_rec.enable_unimplemented_boms <> 'Y' THEN
245: l_token_tbl(1).token_name := 'ASSEMBLY_ITEM_NAME';
239: IF x_bom_header_rec.bom_implementation_date IS NULL
240: THEN
241: Error_Handler.Write_Debug ('IS NULL' || 'BO: ' || Bom_Globals.Get_Bo_Identifier || 'unimpl: ' || x_bom_head_unexp_rec.enable_unimplemented_boms || ' assembly type: ' || x_bom_header_rec.assembly_type);
242: IF x_bom_header_rec.assembly_type <> 2 OR
243: --Bom_Globals.Get_Bo_Identifier <> 'BOM' OR
244: x_bom_head_unexp_rec.enable_unimplemented_boms <> 'Y' THEN
245: l_token_tbl(1).token_name := 'ASSEMBLY_ITEM_NAME';
246: l_token_tbl(1).token_value :=
247: x_bom_header_rec.assembly_item_name;