DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on WMS_WIP_INTEGRATION

Line 4084: wms_wip_integration.capture_lot_atts(

4080: mydebug('p_temp_id: => ' || p_temp_id);
4081: mydebug('p_lot: =====> ' || p_lot);
4082: END IF;
4083:
4084: wms_wip_integration.capture_lot_atts(
4085: p_ref_id => l_ref_id,
4086: p_temp_id => p_temp_id,
4087: p_lot => p_lot);
4088:

Line 4242: wms_wip_integration.capture_serial_atts(

4238: mydebug('p_serial_temp_id: ===> ' || l_ser_seq);
4239: mydebug('p_serial_flag: ======> ' || 2);
4240: END IF;
4241:
4242: wms_wip_integration.capture_serial_atts(
4243: p_ref_id => l_ref_id
4244: , p_temp_id => p_temp_id
4245: , p_last_update_date => SYSDATE
4246: , p_last_updated_by => p_user_id

Line 4472: wms_wip_integration.capture_serial_atts(

4468: mydebug('p_serial_temp_id: ===> ' || p_temp_id);
4469: mydebug('p_serial_flag: ======> ' || 3);
4470: END IF;
4471:
4472: wms_wip_integration.capture_serial_atts(
4473: p_ref_id => l_ref_id
4474: , p_temp_id => p_temp_id
4475: , p_last_update_date => SYSDATE
4476: , p_last_updated_by => p_user_id

Line 5545: wms_wip_integration.transfer_reservation(

5541: --bug 2310251 for WIP Putaway, use the new business flow code
5542: l_business_flow_code := 35;
5543:
5544: IF (l_del_detail_id IS NULL) THEN
5545: wms_wip_integration.transfer_reservation(
5546: p_header_id => l_ref_id
5547: , p_subinventory_code => p_sub
5548: , p_locator_id => p_loc
5549: , x_return_status => x_return_status