DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on CTO_MATCH_AND_RESERVE

Line 6052: IF CTO_MATCH_AND_RESERVE.match_inquiry

6048: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6049: END;
6050:
6051:
6052: IF CTO_MATCH_AND_RESERVE.match_inquiry
6053: (p_model_line_id => l_top_model_line_id,
6054: p_automatic_reservation => FALSE,
6055: p_quantity_to_reserve => l_ordered_quantity,
6056: p_reservation_uom_code => l_order_quantity_uom,

Line 6073: l_result := CTO_MATCH_AND_RESERVE.create_config_reservation

6069: ELSE
6070: l_quantity_to_reserve := l_ordered_quantity;
6071: END IF;
6072:
6073: l_result := CTO_MATCH_AND_RESERVE.create_config_reservation
6074: (p_model_line_id => l_top_model_line_id,
6075: p_config_item_id => l_config_id,
6076: p_quantity_to_reserve => l_quantity_to_reserve,
6077: p_reservation_uom_code => l_order_quantity_uom,