DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE_ADJ dependencies on OE_ORDER_PUB

Line 12: g_line_adj_rec OE_ORDER_PUB.Line_Adj_Rec_Type;

8:
9: -- Commented for bug 2155582
10: --g_Line_Adj_rec OE_AK_LINE_PRCADJS_V%ROWTYPE;
11:
12: g_line_adj_rec OE_ORDER_PUB.Line_Adj_Rec_Type;
13:
14: -- Get functions.
15:
16: FUNCTION Get_Price_Adjustment

Line 31: ( p_x_Line_Adj_rec in out nocopy OE_Order_PUB.Line_Adj_Rec_Type

27:
28: END Get_Price_Adjustment;
29:
30: PROCEDURE Attributes
31: ( p_x_Line_Adj_rec in out nocopy OE_Order_PUB.Line_Adj_Rec_Type
32: , p_old_Line_Adj_rec IN OE_Order_PUB.Line_Adj_Rec_Type
33: , p_iteration IN NUMBER := 1
34: )
35:

Line 32: , p_old_Line_Adj_rec IN OE_Order_PUB.Line_Adj_Rec_Type

28: END Get_Price_Adjustment;
29:
30: PROCEDURE Attributes
31: ( p_x_Line_Adj_rec in out nocopy OE_Order_PUB.Line_Adj_Rec_Type
32: , p_old_Line_Adj_rec IN OE_Order_PUB.Line_Adj_Rec_Type
33: , p_iteration IN NUMBER := 1
34: )
35:
36: IS