Reclsdly - Reclass Batch Inquiry
Hi -
We are using RMS 10 and the reclass batch (reclsdly) is calling the package STKLEDGR_SQL and on function RECLASSIFY it only process Item/location with positive units (SOH + In Transit). Was this a bug? and got changed on a later RMS version?
FUNCTION RECLASSIFY(O_error_message IN OUT VARCHAR2)
RETURN BOOLEAN IS
L_total_units tran_data.units%TYPE;
L_total_unit_cost tran_data.total_cost%TYPE;
L_total_av_cost tran_data.total_cost%TYPE;
L_total_cost tran_data.total_cost%TYPE;
L_total_retail tran_data.total_cost%TYPE;
BEGIN
FOR c_sku_store_rec IN C_SKU_STORE LOOP