Retail Merchandising System (MOSC)

MOSC Banner

Reclsdly - Reclass Batch Inquiry

edited Apr 5, 2018 5:00AM in Retail Merchandising System (MOSC) 3 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center