Creating an Item that is a Set of Items
Let's say that to build construct-A we need
Item-1 2Pieces
Item-2 1Pieces
Item-3 1 Square Meter
I want in Order Management to be able to Order 2 x construct-A and Order Management automatically enters in the Order
Item-1 2 x 2 = 4 Pieces
Item-2 1 x 2 = 2 Pieces
Item-3 1 x 2 = 2 Square Meters
Construct-A should be something like an alias for all that Items.
I don't want to track it's Inventory. I don't want to invoice that item but to invoice the 3 Items. I don't want journal entries in GL for that logical bundle of items.
Can I achieve that? Is Oracle Configurator the way to go?