DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on INV_TROLIN_UTIL

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

1289: IF (WSH_PR_CRITERIA.release_table(i).move_order_line_id IS NOT NULL) THEN
1290: g_trolin_tbl(l_count).line_id := WSH_PR_CRITERIA.release_table(i).move_order_line_id;
1291: -- The quantity for the Backordered line should be the same as the original quantity
1292: IF l_debug_on THEN
1293: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_TROLIN_UTIL.QUERY_ROW',WSH_DEBUG_SV.C_PROC_LEVEL);
1294: END IF;
1295: l_temp_trolin_rec := INV_Trolin_Util.Query_Row( p_line_id => g_trolin_tbl(l_count).line_id );
1296: g_trolin_tbl(l_count).quantity := l_temp_trolin_rec.quantity;
1297: g_trolin_tbl(l_count).operation := INV_GLOBALS.G_OPR_UPDATE;

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

1291: -- The quantity for the Backordered line should be the same as the original quantity
1292: IF l_debug_on THEN
1293: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_TROLIN_UTIL.QUERY_ROW',WSH_DEBUG_SV.C_PROC_LEVEL);
1294: END IF;
1295: l_temp_trolin_rec := INV_Trolin_Util.Query_Row( p_line_id => g_trolin_tbl(l_count).line_id );
1296: g_trolin_tbl(l_count).quantity := l_temp_trolin_rec.quantity;
1297: g_trolin_tbl(l_count).operation := INV_GLOBALS.G_OPR_UPDATE;
1298: ELSE
1299: g_trolin_tbl(l_count).operation := INV_GLOBALS.G_OPR_CREATE;