DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on WMS_CONTAINER_PVT

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

3095: FND_MSG_PUB.ADD;
3096: RAISE FND_API.G_EXC_ERROR;
3097: END IF;
3098: ******/
3099: --Calling wms_container_pvt.Modify_LPN API to update the
3100: -- context.
3101: l_lpn.organization_id := l_mtl_trx_tbl(1).organization_id;
3102: l_lpn.lpn_id := l_mtl_trx_tbl(1).lpn_id;
3103: l_lpn.lpn_context := 4;

Line 3104: wms_container_pvt.Modify_LPN

3100: -- context.
3101: l_lpn.organization_id := l_mtl_trx_tbl(1).organization_id;
3102: l_lpn.lpn_id := l_mtl_trx_tbl(1).lpn_id;
3103: l_lpn.lpn_context := 4;
3104: wms_container_pvt.Modify_LPN
3105: (
3106: p_api_version => 1.0
3107: , p_init_msg_list => fnd_api.g_false
3108: , p_commit => fnd_api.g_false