DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on WMS_CONTAINER_PVT

Line 3054: --Calling wms_container_pvt.Modify_LPN API to update the

3050: FND_MSG_PUB.ADD;
3051: RAISE FND_API.G_EXC_ERROR;
3052: END IF;
3053: ******/
3054: --Calling wms_container_pvt.Modify_LPN API to update the
3055: -- context.
3056: l_lpn.organization_id := l_mtl_trx_tbl(1).organization_id;
3057: l_lpn.lpn_id := l_mtl_trx_tbl(1).lpn_id;
3058: l_lpn.lpn_context := 4;

Line 3059: wms_container_pvt.Modify_LPN

3055: -- context.
3056: l_lpn.organization_id := l_mtl_trx_tbl(1).organization_id;
3057: l_lpn.lpn_id := l_mtl_trx_tbl(1).lpn_id;
3058: l_lpn.lpn_context := 4;
3059: wms_container_pvt.Modify_LPN
3060: (
3061: p_api_version => 1.0
3062: , p_init_msg_list => fnd_api.g_false
3063: , p_commit => fnd_api.g_false