DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE_SCREDIT dependencies on OE_ORDER_PUB

Line 7: g_line_scredit_rec OE_ORDER_PUB.Line_Scredit_Rec_Type;

3:
4: -- Global constant holding the package name
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Default_Line_Scredit';
6:
7: g_line_scredit_rec OE_ORDER_PUB.Line_Scredit_Rec_Type;
8:
9: FUNCTION Get_Sales_Credit
10: RETURN NUMBER
11: IS

Line 51: ( p_x_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type

47: END Get_header;
48:
49:
50: PROCEDURE Attributes
51: ( p_x_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type
52: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
53: , p_iteration IN NUMBER := 1
54: )
55: IS

Line 52: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type

48:
49:
50: PROCEDURE Attributes
51: ( p_x_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type
52: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
53: , p_iteration IN NUMBER := 1
54: )
55: IS
56: --l_old_line_scredit_rec OE_AK_LINE_SCREDITS_V%ROWTYPE;