DBA Data[Home] [Help]

APPS.INV_CONVERT dependencies on MTL_LOT_NUMBERS

Line 66: p_lot_number MTL_LOT_NUMBERS.LOT_NUMBER%TYPE;

62: Joe DiIorio 09/2004 INVCONV
63: Added variable to use lot_number in cursor
64: lot_interclass_conversions.
65: ===============================================*/
66: p_lot_number MTL_LOT_NUMBERS.LOT_NUMBER%TYPE;
67: p_organization_id NUMBER;
68:
69: -- Bug 2899727. Since there is no join between t and f,
70: -- leads to a cartesian product.