DBA Data[Home] [Help]

APPS.BOM_GTIN_RULES dependencies on BOM_STRUCTURE_TYPES_B

Line 224: bom_structures_b bsb, bom_structure_types_b bstb

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