DBA Data[Home] [Help]

APPS.WMS_XDOCK_PEGGING_PUB dependencies on WMS_PUTAWAY_SUGGESTIONS

Line 2429: l_lpn_line_error_tbl wms_putaway_suggestions.lpn_line_error_tbl;

2425:
2426: -- Variables to call the pregenerate API when MOL records are crossdocked
2427: -- to existing reservations.
2428: l_partial_success VARCHAR2(1);
2429: l_lpn_line_error_tbl wms_putaway_suggestions.lpn_line_error_tbl;
2430: l_lpn_index NUMBER;
2431:
2432: -- Variables to store the available to reserve quantity for a demand or supply line
2433: -- both in the primary and demand/supply line UOM.

Line 6116: wms_putaway_suggestions.pre_generate

6112: -- Call the pre_generate API for the current crossdocked LPN
6113: IF (l_debug = 1) THEN
6114: print_debug('5.2 - Call the pre_generate API for LPN: ' || l_lpn_index);
6115: END IF;
6116: wms_putaway_suggestions.pre_generate
6117: (x_return_status => x_return_status,
6118: x_msg_count => x_msg_count,
6119: x_msg_data => x_msg_data,
6120: x_partial_success => l_partial_success,