DBA Data[Home] [Help]

APPS.WMS_STRATEGY_PVT dependencies on INV_PICK_RELEASE_PVT

Line 2118: INV_Pick_Release_PVT.get_tolerance(p_mo_line_id => p_transaction_temp_id,

2114:
2115: IF l_lot_divisible_flag = 'N' and l_lot_control_code <> 1 and p_type_code = 2 THEN -- lot ctl and indivisible
2116: WMS_RULE_PVT.g_min_tolerance := 0;
2117:
2118: INV_Pick_Release_PVT.get_tolerance(p_mo_line_id => p_transaction_temp_id,
2119: x_return_status => x_return_status,
2120: x_msg_count => x_msg_count,
2121: x_msg_data => x_msg_data,
2122: x_max_tolerance => l_max_tolerance,

Line 2126: log_statement(l_api_name, 'INV_Pick_Release_PVT.get_tolerance', 'Unexpected error in get_tolerance Call');

2122: x_max_tolerance => l_max_tolerance,
2123: x_min_tolerance => l_min_tolerance );
2124: IF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
2125: IF l_debug = 1 THEN
2126: log_statement(l_api_name, 'INV_Pick_Release_PVT.get_tolerance', 'Unexpected error in get_tolerance Call');
2127: END IF;
2128: ELSIF x_return_status = fnd_api.g_ret_sts_error THEN
2129: IF l_debug = 1 THEN
2130: log_statement(l_api_name, 'INV_Pick_Release_PVT.get_tolerance', 'Error in get_tolerance Call');

Line 2130: log_statement(l_api_name, 'INV_Pick_Release_PVT.get_tolerance', 'Error in get_tolerance Call');

2126: log_statement(l_api_name, 'INV_Pick_Release_PVT.get_tolerance', 'Unexpected error in get_tolerance Call');
2127: END IF;
2128: ELSIF x_return_status = fnd_api.g_ret_sts_error THEN
2129: IF l_debug = 1 THEN
2130: log_statement(l_api_name, 'INV_Pick_Release_PVT.get_tolerance', 'Error in get_tolerance Call');
2131: END IF;
2132: END IF;
2133: WMS_RULE_PVT.g_max_tolerance := l_max_tolerance;
2134: WMS_RULE_PVT.g_min_tolerance := l_min_tolerance;