DBA Data[Home] [Help]

APPS.GMF_LOT_COSTING_PUB dependencies on MTL_LOT_NUMBERS

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

454:
455: --l_cost_class mtl_categories_v.category_concat_segs%TYPE;
456: l_cost_category_id mtl_categories_v.category_id%TYPE;
457:
458: l_lot_no mtl_lot_numbers.LOT_NUMBER%TYPE; /* INVCONV sschinch */
459:
460: l_debug_level PLS_INTEGER;
461: l_user fnd_user.user_name%TYPE;
462: l_return_status VARCHAR2(1) := 'S';

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

558: l_exchange_rate NUMBER;
559: l_mul_div_sign NUMBER;
560: l_error_status NUMBER;
561:
562: l_lot_number mtl_lot_numbers.lot_number%type; /* INVCONV sschinch */
563: l_source_lot_number mtl_lot_numbers.lot_number%type; /* INVCONV sschinch */
564: l_orgn_id NUMBER;
565:
566: l_batch_no gme_batch_header.batch_no%TYPE; /* Bug 4297815 */

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

559: l_mul_div_sign NUMBER;
560: l_error_status NUMBER;
561:
562: l_lot_number mtl_lot_numbers.lot_number%type; /* INVCONV sschinch */
563: l_source_lot_number mtl_lot_numbers.lot_number%type; /* INVCONV sschinch */
564: l_orgn_id NUMBER;
565:
566: l_batch_no gme_batch_header.batch_no%TYPE; /* Bug 4297815 */
567: l_base_ccy_code VARCHAR2(4); /* Bug 4038722 Dinesh Vadivel */