DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on BOM_COMPONENTS_EXT_B

Line 333: FROM bom_components_ext_b

329: p_bill_sequence_id NUMBER,
330: p_structure_type_id NUMBER
331: ) IS
332: SELECT DISTINCT attr_group_id
333: FROM bom_components_ext_b
334: WHERE bill_sequence_id = p_bill_sequence_id
335: AND structure_type_id = p_structure_type_id;
336:
337: CURSOR c_bom_count