DBA Data[Home] [Help]

APPS.WMS_CARTNZN_PUB dependencies on WMS_CONTAINER_PUB

Line 2495: l_lpn_rec WMS_CONTAINER_PUB.lpn;

2491: l_api_return_status VARCHAR2(1);
2492: l_msg_count NUMBER;
2493: l_msg_data VARCHAR2(2000);
2494:
2495: l_lpn_rec WMS_CONTAINER_PUB.lpn;
2496:
2497: BEGIN
2498:
2499: error_code := 'UPD_GR_WT';

Line 2816: wms_container_pub.generate_lpn( p_api_version => 1.0,

2812:
2813: IF par_lpn_id IS NULL THEN
2814:
2815:
2816: wms_container_pub.generate_lpn( p_api_version => 1.0,
2817: p_validation_level => fnd_api.g_valid_level_none,
2818: x_return_status => l_return_status,
2819: x_msg_count => l_msg_count,
2820: x_msg_data => l_msg_data,

Line 3997: if (g_trace_on = 1) then log_event(' call wms_container_pub.container_required_qty api for item id '||v1.inventory_item_id); END IF;

3993:
3994: IF l_prev_condition = 'Y' THEN
3995:
3996:
3997: if (g_trace_on = 1) then log_event(' call wms_container_pub.container_required_qty api for item id '||v1.inventory_item_id); END IF;
3998:
3999:
4000: v_prev_item_id := v1.inventory_item_id;
4001: v_prev_move_order_line_id := v1.move_order_line_id;

Line 4048: wms_container_pub.Container_Required_Qty

4044:
4045:
4046: ELSE
4047: error_code := 'CARTONIZE 190';
4048: wms_container_pub.Container_Required_Qty
4049: ( p_api_version => 1.0,
4050: x_return_status => v_return_status,
4051: x_msg_count => l_msg_count,
4052: x_msg_data => l_msg_data,

Line 4470: if (g_trace_on = 1) then log_event(' end working with wms_container_pub.container_required_qty api ' ); END IF;

4466: END IF;
4467: /** for v1.allocated_lpn_id is not null*/
4468: END LOOP;
4469:
4470: if (g_trace_on = 1) then log_event(' end working with wms_container_pub.container_required_qty api ' ); END IF;
4471:
4472: error_code := 'CARTONIZE 220';
4473:
4474: if (g_trace_on = 1) then log_event(' Calling item-category cartonization'); END IF;

Line 6318: IF (g_trace_on = 1) then log_event(' call wms_container_pub.container_required_qty api for item id '||v1.inventory_item_id); END IF;

6314: -- We need to call if the previous item is different form
6315: -- the current item
6316:
6317: IF l_prev_condition = 'Y' THEN
6318: IF (g_trace_on = 1) then log_event(' call wms_container_pub.container_required_qty api for item id '||v1.inventory_item_id); END IF;
6319:
6320: v_prev_item_id := v1.inventory_item_id;
6321: v_prev_move_order_line_id := v1.move_order_line_id;
6322: v_container_item_id := NULL;

Line 6359: wms_container_pub.Container_Required_Qty

6355: v_prev_move_order_line_id := v1.move_order_line_id;
6356:
6357: ELSE
6358: error_code := 'CARTONIZE 190';
6359: wms_container_pub.Container_Required_Qty
6360: ( p_api_version => 1.0,
6361: x_return_status => v_return_status,
6362: x_msg_count => l_msg_count,
6363: x_msg_data => l_msg_data,