DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE_AATTR dependencies on OE_ORDER_PUB

Line 7: ( p_Line_Adj_Att_rec IN out nocopy OE_Order_PUB.Line_Adj_Att_Rec_Type

3:
4: -- Procedure Attributes
5:
6: PROCEDURE Attributes
7: ( p_Line_Adj_Att_rec IN out nocopy OE_Order_PUB.Line_Adj_Att_Rec_Type
8: , p_iteration IN NUMBER := 1
9: --, x_Line_Adj_Att_rec OUT OE_Order_PUB.Line_Adj_Att_Rec_Type
10: );
11:

Line 9: --, x_Line_Adj_Att_rec OUT OE_Order_PUB.Line_Adj_Att_Rec_Type

5:
6: PROCEDURE Attributes
7: ( p_Line_Adj_Att_rec IN out nocopy OE_Order_PUB.Line_Adj_Att_Rec_Type
8: , p_iteration IN NUMBER := 1
9: --, x_Line_Adj_Att_rec OUT OE_Order_PUB.Line_Adj_Att_Rec_Type
10: );
11:
12: END OE_Default_Line_Aattr;