DBA Data[Home] [Help]

APPS.BOM_DEFAULT_BOM_HEADER dependencies on BOM_GLOBALS

Line 312: 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);

308:
309: Error_Handler.Write_Debug ('Checking for unimplemented BOM');
310: IF x_bom_header_rec.bom_implementation_date IS NULL
311: THEN
312: 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);
313: IF x_bom_header_rec.assembly_type <> 2 OR
314: --Bom_Globals.Get_Bo_Identifier <> 'BOM' OR
315: x_bom_head_unexp_rec.enable_unimplemented_boms <> 'Y' THEN
316: l_token_tbl(1).token_name := 'ASSEMBLY_ITEM_NAME';

Line 314: --Bom_Globals.Get_Bo_Identifier <> 'BOM' OR

310: IF x_bom_header_rec.bom_implementation_date IS NULL
311: THEN
312: 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);
313: IF x_bom_header_rec.assembly_type <> 2 OR
314: --Bom_Globals.Get_Bo_Identifier <> 'BOM' OR
315: x_bom_head_unexp_rec.enable_unimplemented_boms <> 'Y' THEN
316: l_token_tbl(1).token_name := 'ASSEMBLY_ITEM_NAME';
317: l_token_tbl(1).token_value :=
318: x_bom_header_rec.assembly_item_name;