DBA Data[Home] [Help]

APPS.BOM_DEFAULT_SUB_COMPONENT dependencies on BOM_GLOBALS

Line 212: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Comp Seq in attrib Defaulting ' || p_Sub_Comp_Unexp_Rec.component_sequence_id); END IF;

208:
209: x_return_status := FND_API.G_RET_STS_SUCCESS;
210:
211:
212: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Comp Seq in attrib Defaulting ' || p_Sub_Comp_Unexp_Rec.component_sequence_id); END IF;
213:
214: stmt_num := 1;
215: g_sub_component_rec := p_sub_component_rec;
216:

Line 237: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Quantity Defaulted to : ' || to_char(g_sub_component_rec.substitute_item_quantity)); END IF;

233: ( x_return_status => l_return_status
234: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
235: , p_Sub_Comp_Unexp_Rec => p_Sub_Comp_Unexp_Rec
236: );
237: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Quantity Defaulted to : ' || to_char(g_sub_component_rec.substitute_item_quantity)); END IF;
238:
239:
240: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
241: g_sub_component_rec.substitute_item_quantity := 0;

Line 292: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Sub Comps Attrib Defaulting Done . . .'); END IF;

288: -- Done defaulting attributes
289:
290: x_sub_component_rec := g_sub_component_rec;
291:
292: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Sub Comps Attrib Defaulting Done . . .'); END IF;
293:
294: EXCEPTION
295:
296: WHEN FND_API.G_EXC_ERROR THEN

Line 489: if bom_globals.get_debug = 'Y' then Error_Handler.write_debug('Comp Seq before conversion ' || p_bom_sub_comp_unexp_rec.component_sequence_id); END IF;

485: --
486: -- Convert the BOM record to ECO
487: --
488:
489: if bom_globals.get_debug = 'Y' then Error_Handler.write_debug('Comp Seq before conversion ' || p_bom_sub_comp_unexp_rec.component_sequence_id); END IF;
490:
491: Bom_Bo_Pub.Convert_BomSComp_to_EcoSComp
492: ( p_bom_sub_component_rec => p_bom_sub_component_rec
493: , p_bom_sub_comp_unexp_rec => p_bom_sub_comp_unexp_rec

Line 517: if bom_globals.get_debug = 'Y' then Error_Handler.write_debug('Qty after conversion: ' || l_sub_component_rec.substitute_item_quantity); END IF;

513: , p_sub_comp_unexp_rec => l_sub_comp_unexp_rec
514: , x_bom_sub_component_rec => x_bom_sub_component_rec
515: , x_bom_sub_comp_unexp_rec => x_bom_sub_comp_unexp_rec
516: );
517: if bom_globals.get_debug = 'Y' then Error_Handler.write_debug('Qty after conversion: ' || l_sub_component_rec.substitute_item_quantity); END IF;
518:
519: END Attribute_Defaulting;
520:
521: PROCEDURE Populate_Null_Columns