DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on CTO_MATCH_AND_RESERVE

Line 6059: IF CTO_MATCH_AND_RESERVE.match_inquiry

6055: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6056: END;
6057:
6058:
6059: IF CTO_MATCH_AND_RESERVE.match_inquiry
6060: (p_model_line_id => l_top_model_line_id,
6061: p_automatic_reservation => FALSE,
6062: p_quantity_to_reserve => l_ordered_quantity,
6063: p_reservation_uom_code => l_order_quantity_uom,

Line 6080: l_result := CTO_MATCH_AND_RESERVE.create_config_reservation

6076: ELSE
6077: l_quantity_to_reserve := l_ordered_quantity;
6078: END IF;
6079:
6080: l_result := CTO_MATCH_AND_RESERVE.create_config_reservation
6081: (p_model_line_id => l_top_model_line_id,
6082: p_config_item_id => l_config_id,
6083: p_quantity_to_reserve => l_quantity_to_reserve,
6084: p_reservation_uom_code => l_order_quantity_uom,