DBA Data[Home] [Help]

APPS.BOMPXINQ dependencies on BOM_INVENTORY_COMPONENTS

Line 1333: FROM bom_inventory_components

1329: attribute12,
1330: attribute13,
1331: attribute14,
1332: attribute15
1333: FROM bom_inventory_components
1334: WHERE bill_sequence_id = P_bill_sequence_id
1335: AND component_sequence_id = P_component_sequence_id
1336: AND component_item_id = P_component_item_id;
1337: