DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on BOM_COMPONENTS_EXT_B

Line 328: FROM bom_components_ext_b

324: p_bill_sequence_id NUMBER,
325: p_structure_type_id NUMBER
326: ) IS
327: SELECT DISTINCT attr_group_id
328: FROM bom_components_ext_b
329: WHERE bill_sequence_id = p_bill_sequence_id
330: AND structure_type_id = p_structure_type_id;
331:
332: CURSOR c_bom_count