DBA Data[Home] [Help]

APPS.BOM_DEFAULT_BOM_HEADER dependencies on BOM_STRUCTURE_TYPES_B

Line 296: FROM bom_structure_types_b

292: IF x_bom_header_rec.alternate_bom_code IS NULL THEN
293: SELECT structure_type_id, nvl(enable_unimplemented_boms, 'N')
294: INTO x_bom_head_unexp_rec.structure_type_id,
295: x_bom_head_unexp_rec.enable_unimplemented_boms
296: FROM bom_structure_types_b
297: WHERE structure_type_name = 'Asset BOM';
298: ELSE
299: -- If we come here, then there is some other unexpected error
300: -- The alternate code given is incorrect and is currently not being handled