DBA Data[Home] [Help]

APPS.BOM_GTIN_RULES dependencies on BOM_STRUCTURE_TYPES_B

Line 227: bom_structures_b bsb, bom_structure_types_b bstb

223: THEN
224: SELECT
225: bill_sequence_id INTO l_bill_sequence_id
226: FROM
227: bom_structures_b bsb, bom_structure_types_b bstb
228: WHERE
229: assembly_item_id = p_assembly_item_id
230: AND organization_id = p_organization_id
231: AND bsb.structure_type_id = bstb.structure_type_id