DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on INV_TROLIN_UTIL

Line 1354: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_TROLIN_UTIL.QUERY_ROW',WSH_DEBUG_SV.C_PROC_LEVEL);

1350: IF (WSH_PR_CRITERIA.release_table(i).move_order_line_id IS NOT NULL) THEN
1351: g_trolin_tbl(l_count).line_id := WSH_PR_CRITERIA.release_table(i).move_order_line_id;
1352: -- The quantity for the Backordered line should be the same as the original quantity
1353: IF l_debug_on THEN
1354: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_TROLIN_UTIL.QUERY_ROW',WSH_DEBUG_SV.C_PROC_LEVEL);
1355: END IF;
1356: l_temp_trolin_rec := INV_Trolin_Util.Query_Row( p_line_id => g_trolin_tbl(l_count).line_id );
1357: g_trolin_tbl(l_count).quantity := l_temp_trolin_rec.quantity;
1358: g_trolin_tbl(l_count).operation := INV_GLOBALS.G_OPR_UPDATE;

Line 1356: l_temp_trolin_rec := INV_Trolin_Util.Query_Row( p_line_id => g_trolin_tbl(l_count).line_id );

1352: -- The quantity for the Backordered line should be the same as the original quantity
1353: IF l_debug_on THEN
1354: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_TROLIN_UTIL.QUERY_ROW',WSH_DEBUG_SV.C_PROC_LEVEL);
1355: END IF;
1356: l_temp_trolin_rec := INV_Trolin_Util.Query_Row( p_line_id => g_trolin_tbl(l_count).line_id );
1357: g_trolin_tbl(l_count).quantity := l_temp_trolin_rec.quantity;
1358: g_trolin_tbl(l_count).operation := INV_GLOBALS.G_OPR_UPDATE;
1359: ELSE
1360: g_trolin_tbl(l_count).operation := INV_GLOBALS.G_OPR_CREATE;