DBA Data[Home] [Help]

APPS.BOM_DEFAULT_BOM_HEADER dependencies on BOM_STRUCTURE_TYPES_B

Line 225: FROM bom_structure_types_b

221: IF x_bom_header_rec.alternate_bom_code IS NULL THEN
222: SELECT structure_type_id, nvl(enable_unimplemented_boms, 'N')
223: INTO x_bom_head_unexp_rec.structure_type_id,
224: x_bom_head_unexp_rec.enable_unimplemented_boms
225: FROM bom_structure_types_b
226: WHERE structure_type_name = 'Asset BOM';
227: ELSE
228: -- If we come here, then there is some other unexpected error
229: -- The alternate code given is incorrect and is currently not being handled