DBA Data[Home] [Help]

APPS.ASO_ORDER_FEEDBACK_UPDATE_PVT dependencies on ASO_LOT_SERIAL_TYPE

Line 1703: l_lot_serial_type SYSTEM.ASO_Lot_Serial_Type;

1699: (
1700: p_lot_serial_tbl_type IN OE_Order_PUB.Lot_Serial_Tbl_Type,
1701: x_lot_serial_var_type OUT NOCOPY /* file.sql.39 change */ SYSTEM.ASO_Lot_Serial_Var_Type)
1702: IS
1703: l_lot_serial_type SYSTEM.ASO_Lot_Serial_Type;
1704: i NUMBER;
1705: j NUMBER := 1;
1706: BEGIN
1707: IF p_lot_serial_tbl_type.COUNT = 0 THEN

Line 1714: l_lot_serial_type := SYSTEM.ASO_Lot_Serial_Type

1710:
1711: i := p_lot_serial_tbl_type.FIRST;
1712:
1713: WHILE i IS NOT NULL LOOP
1714: l_lot_serial_type := SYSTEM.ASO_Lot_Serial_Type
1715: ( p_lot_serial_tbl_type(i).attribute1
1716: , p_lot_serial_tbl_type(i).attribute10
1717: , p_lot_serial_tbl_type(i).attribute11
1718: , p_lot_serial_tbl_type(i).attribute12