DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PUB dependencies on WMS_CARTONIZATION_TEMP

Line 369: FROM wms_cartonization_temp wct

365:
366: -- the following cursor will be used when calling from concurrent program
367: CURSOR l_mold_crs_con IS
368: SELECT wct.transaction_temp_id
369: FROM wms_cartonization_temp wct
370: WHERE wct.parent_line_id = wct.transaction_temp_id; -- only parent lines
371:
372: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
373: