DBA Data[Home] [Help]

APPS.GMF_LOT_COSTING_PUB dependencies on MTL_LOT_NUMBERS

Line 380: l_lot_no mtl_lot_numbers.LOT_NUMBER%TYPE; /* INVCONV sschinch */

376: l_cost_category_id mtl_categories_v.category_id%TYPE;
377:
378:
379: --l_item_no VARCHAR2(800);
380: l_lot_no mtl_lot_numbers.LOT_NUMBER%TYPE; /* INVCONV sschinch */
381:
382: l_debug_level PLS_INTEGER;
383: l_user fnd_user.user_name%TYPE;
384: l_return_status VARCHAR2(1) := 'S';

Line 423: l_lot_number mtl_lot_numbers.lot_number%type; /* INVCONV sschinch */

419: l_exchange_rate NUMBER;
420: l_mul_div_sign NUMBER;
421: l_error_status NUMBER;
422:
423: l_lot_number mtl_lot_numbers.lot_number%type; /* INVCONV sschinch */
424: l_source_lot_number mtl_lot_numbers.lot_number%type; /* INVCONV sschinch */
425: l_orgn_id NUMBER;
426:
427: l_base_ccy_code VARCHAR2(4); /* Bug 4038722 Dinesh Vadivel */

Line 424: l_source_lot_number mtl_lot_numbers.lot_number%type; /* INVCONV sschinch */

420: l_mul_div_sign NUMBER;
421: l_error_status NUMBER;
422:
423: l_lot_number mtl_lot_numbers.lot_number%type; /* INVCONV sschinch */
424: l_source_lot_number mtl_lot_numbers.lot_number%type; /* INVCONV sschinch */
425: l_orgn_id NUMBER;
426:
427: l_base_ccy_code VARCHAR2(4); /* Bug 4038722 Dinesh Vadivel */
428: