DBA Data[Home] [Help]

APPS.WMS_DEVICE_CONFIRMATION_PUB dependencies on WMS_CONTAINER_PVT

Line 3558: --using wms_container_pvt.Modify_LPN() API instead

3554: -- before processing the record with zero qty
3555: --
3556:
3557: /* updated as part of the bug 4411819
3558: --using wms_container_pvt.Modify_LPN() API instead
3559: UPDATE wms_license_plate_numbers
3560: SET lpn_context = l_lpn_context -- this still has
3561: --the original value of lpn context
3562: WHERE lpn_id = l_rec.xfer_lpn_id;

Line 3571: wms_container_pvt.Modify_LPN

3567: l_lpn.lpn_id := l_rec.xfer_lpn_id;
3568: l_lpn.organization_id := l_rec.organization_id;
3569: l_lpn.lpn_context := l_lpn_context;
3570:
3571: wms_container_pvt.Modify_LPN
3572: (
3573: p_api_version => 1.0
3574: , p_validation_level => fnd_api.g_valid_level_none
3575: , x_return_status => x_return_status

Line 4083: wms_container_pvt.modify_lpn_wrapper

4079:
4080:
4081: IF (l_rec.lpn_id IS NOT NULL AND (l_lpn_match=1 or l_lpn_match=3) AND l_rec.lpn_id <> l_rec.xfer_lpn_id) THEN
4082:
4083: wms_container_pvt.modify_lpn_wrapper
4084: (p_api_version => '1.0',
4085: x_return_status => x_return_status,
4086: x_msg_count => x_msg_count,
4087: x_msg_data => x_msg_data,

Line 4116: wms_container_pvt.modify_lpn_wrapper

4112: -- malicious records ONLY
4113:
4114: --Bug 6987801 : added if xfer_lpn_id is not null
4115: IF l_rec.xfer_lpn_id IS NOT NULL THEN
4116: wms_container_pvt.modify_lpn_wrapper
4117: (p_api_version => '1.0',
4118: x_return_status => x_return_status,
4119: x_msg_count => x_msg_count,
4120: x_msg_data => x_msg_data,

Line 4330: --wms_container_pub.modify_lpn_wrapper to wms_container_pvt.Modify_LPN

4326: --In case LPN is getting transferred, both lpn_id and
4327: --xfer_lpn_id are same, so getting updated correctly
4328:
4329: --as part of the bug 4411819, replaced
4330: --wms_container_pub.modify_lpn_wrapper to wms_container_pvt.Modify_LPN
4331:
4332: l_lpn.lpn_id := l_update_xfer_lpns_context.lpn_id;
4333: l_lpn.organization_id := l_update_xfer_lpns_context.organization_id;
4334: l_lpn.lpn_context := wms_container_pub.lpn_context_picked;

Line 4336: wms_container_pvt.Modify_LPN

4332: l_lpn.lpn_id := l_update_xfer_lpns_context.lpn_id;
4333: l_lpn.organization_id := l_update_xfer_lpns_context.organization_id;
4334: l_lpn.lpn_context := wms_container_pub.lpn_context_picked;
4335:
4336: wms_container_pvt.Modify_LPN
4337: (
4338: p_api_version => 1.0
4339: , p_validation_level => fnd_api.g_valid_level_none
4340: , x_return_status => x_return_status