DBA Data[Home] [Help]

APPS.ASO_ORDER_FEEDBACK_UPDATE_PVT dependencies on ASO_LINE_SCREDIT_VAR_TYPE

Line 198: l_line_scredit_var_type SYSTEM.ASO_Line_Scredit_Var_Type;

194: l_line_adj_att_var_type SYSTEM.ASO_Line_Adj_Att_Var_Type;
195: l_old_line_adj_att_var SYSTEM.ASO_Line_Adj_Att_Var_Type;
196: l_line_adj_assoc_var_type SYSTEM.ASO_Line_Adj_Assoc_Var_Type;
197: l_old_line_adj_assoc_var SYSTEM.ASO_Line_Adj_Assoc_Var_Type;
198: l_line_scredit_var_type SYSTEM.ASO_Line_Scredit_Var_Type;
199: l_old_line_scredit_var SYSTEM.ASO_Line_Scredit_Var_Type;
200: l_lot_serial_var_type SYSTEM.ASO_Lot_Serial_Var_Type;
201: l_old_lot_serial_var SYSTEM.ASO_Lot_Serial_Var_Type;
202: l_request_var_type SYSTEM.ASO_Request_Var_Type;

Line 199: l_old_line_scredit_var SYSTEM.ASO_Line_Scredit_Var_Type;

195: l_old_line_adj_att_var SYSTEM.ASO_Line_Adj_Att_Var_Type;
196: l_line_adj_assoc_var_type SYSTEM.ASO_Line_Adj_Assoc_Var_Type;
197: l_old_line_adj_assoc_var SYSTEM.ASO_Line_Adj_Assoc_Var_Type;
198: l_line_scredit_var_type SYSTEM.ASO_Line_Scredit_Var_Type;
199: l_old_line_scredit_var SYSTEM.ASO_Line_Scredit_Var_Type;
200: l_lot_serial_var_type SYSTEM.ASO_Lot_Serial_Var_Type;
201: l_old_lot_serial_var SYSTEM.ASO_Lot_Serial_Var_Type;
202: l_request_var_type SYSTEM.ASO_Request_Var_Type;
203: l_aso_order_feedback_type SYSTEM.ASO_ORDER_FEEDBACK_TYPE;

Line 1635: x_line_scredit_var_type OUT NOCOPY /* file.sql.39 change */ SYSTEM.ASO_Line_Scredit_Var_Type

1631:
1632: PROCEDURE ASO_Line_Scredit_Tbl_To_Var
1633: (
1634: p_line_scredit_tbl_type IN OE_Order_PUB.Line_Scredit_Tbl_Type,
1635: x_line_scredit_var_type OUT NOCOPY /* file.sql.39 change */ SYSTEM.ASO_Line_Scredit_Var_Type
1636: )
1637: IS
1638: l_line_scredit_type SYSTEM.ASO_Line_Scredit_Type;
1639: i NUMBER;

Line 1686: x_line_scredit_var_type := SYSTEM.ASO_Line_Scredit_Var_Type

1682: , p_line_scredit_tbl_type(i).change_request_code
1683: , p_line_scredit_tbl_type(i).status_flag
1684: );
1685: IF i = p_line_scredit_tbl_type.FIRST then
1686: x_line_scredit_var_type := SYSTEM.ASO_Line_Scredit_Var_Type
1687: (l_line_scredit_type);
1688: ELSE
1689: x_line_scredit_var_type.EXTEND;
1690: x_line_scredit_var_type(j) := l_line_scredit_type;