DBA Data[Home] [Help]

APPS.AHL_PRD_DISP_UTIL_PVT dependencies on MTL_LOT_NUMBERS

Line 54: off_lot_number MTL_LOT_NUMBERS.LOT_NUMBER%TYPE,

50: off_item_number VARCHAR2(120), --very rarely it will contains item_group_name
51: off_instance_id NUMBER,
52: off_instance_number VARCHAR2(30),
53: off_serial_number VARCHAR2(30),
54: off_lot_number MTL_LOT_NUMBERS.LOT_NUMBER%TYPE,
55: off_quantity NUMBER,
56: off_uom VARCHAR2(3),
57: on_inv_item_id NUMBER,
58: on_item_number VARCHAR2(40),

Line 62: on_lot_number MTL_LOT_NUMBERS.LOT_NUMBER%TYPE,

58: on_item_number VARCHAR2(40),
59: on_instance_id NUMBER,
60: on_instance_number VARCHAR2(30),
61: on_serial_number VARCHAR2(30),
62: on_lot_number MTL_LOT_NUMBERS.LOT_NUMBER%TYPE,
63: on_quantity NUMBER,
64: on_uom VARCHAR2(3));
65:
66: -- Define Table Type for the disposition list in disposition overview page --