DBA Data[Home] [Help]

APPS.WMS_CARTNZN_PUB dependencies on WMS_CONTAINER_PUB

Line 2520: l_lpn_rec WMS_CONTAINER_PUB.lpn;

2516: l_api_return_status VARCHAR2(1);
2517: l_msg_count NUMBER;
2518: l_msg_data VARCHAR2(2000);
2519:
2520: l_lpn_rec WMS_CONTAINER_PUB.lpn;
2521:
2522: BEGIN
2523:
2524: error_code := 'UPD_GR_WT';

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

2833:
2834: IF par_lpn_id IS NULL THEN
2835:
2836:
2837: wms_container_pub.generate_lpn( p_api_version => 1.0,
2838: p_validation_level => fnd_api.g_valid_level_none,
2839: x_return_status => l_return_status,
2840: x_msg_count => l_msg_count,
2841: x_msg_data => l_msg_data,

Line 4015: 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;

4011:
4012: IF l_prev_condition = 'Y' THEN
4013:
4014:
4015: 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;
4016:
4017:
4018: v_prev_item_id := v1.inventory_item_id;
4019: v_prev_move_order_line_id := v1.move_order_line_id;

Line 4066: wms_container_pub.Container_Required_Qty

4062:
4063:
4064: ELSE
4065: error_code := 'CARTONIZE 190';
4066: wms_container_pub.Container_Required_Qty
4067: ( p_api_version => 1.0,
4068: x_return_status => v_return_status,
4069: x_msg_count => l_msg_count,
4070: x_msg_data => l_msg_data,

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

4473: END IF;
4474: /** for v1.allocated_lpn_id is not null*/
4475: END LOOP;
4476:
4477: if (g_trace_on = 1) then log_event(' end working with wms_container_pub.container_required_qty api ' ); END IF;
4478:
4479: error_code := 'CARTONIZE 220';
4480:
4481: if (g_trace_on = 1) then log_event(' Calling item-category cartonization'); END IF;

Line 6273: 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;

6269: -- We need to call if the previous item is different form
6270: -- the current item
6271:
6272: IF l_prev_condition = 'Y' THEN
6273: 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;
6274:
6275: v_prev_item_id := v1.inventory_item_id;
6276: v_prev_move_order_line_id := v1.move_order_line_id;
6277: v_container_item_id := NULL;

Line 6314: wms_container_pub.Container_Required_Qty

6310: v_prev_move_order_line_id := v1.move_order_line_id;
6311:
6312: ELSE
6313: error_code := 'CARTONIZE 190';
6314: wms_container_pub.Container_Required_Qty
6315: ( p_api_version => 1.0,
6316: x_return_status => v_return_status,
6317: x_msg_count => l_msg_count,
6318: x_msg_data => l_msg_data,