DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE_PATTR dependencies on OE_ORDER_PUB

Line 10: -- g_Line_Price_Att_rec OE_Order_PUB.Line_Pricing_Pattr_Rec_Type;

6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Default_Line_Pattr';
7:
8: -- Package global used within the package.
9:
10: -- g_Line_Price_Att_rec OE_Order_PUB.Line_Pricing_Pattr_Rec_Type;
11:
12: g_Line_Price_Att_rec OE_Order_PUB.Line_Price_Att_Rec_Type;
13:
14: -- Get functions.

Line 12: g_Line_Price_Att_rec OE_Order_PUB.Line_Price_Att_Rec_Type;

8: -- Package global used within the package.
9:
10: -- g_Line_Price_Att_rec OE_Order_PUB.Line_Pricing_Pattr_Rec_Type;
11:
12: g_Line_Price_Att_rec OE_Order_PUB.Line_Price_Att_Rec_Type;
13:
14: -- Get functions.
15:
16: FUNCTION Get_Flex_Title

Line 1564: ( p_x_Line_Price_Att_rec IN OUT NOCOPY OE_Order_PUB.Line_Price_Att_Rec_Type

1560:
1561: -- Procedure Attributes
1562:
1563: PROCEDURE Attributes
1564: ( p_x_Line_Price_Att_rec IN OUT NOCOPY OE_Order_PUB.Line_Price_Att_Rec_Type
1565: -- := OE_Order_PUB.G_MISS_LINE_PRICE_ATT_REC
1566: , p_iteration IN NUMBER DEFAULT 1
1567: -- , x_Line_Price_Att_rec OUT OE_Order_PUB.Line_Price_Att_Rec_Type
1568: )

Line 1565: -- := OE_Order_PUB.G_MISS_LINE_PRICE_ATT_REC

1561: -- Procedure Attributes
1562:
1563: PROCEDURE Attributes
1564: ( p_x_Line_Price_Att_rec IN OUT NOCOPY OE_Order_PUB.Line_Price_Att_Rec_Type
1565: -- := OE_Order_PUB.G_MISS_LINE_PRICE_ATT_REC
1566: , p_iteration IN NUMBER DEFAULT 1
1567: -- , x_Line_Price_Att_rec OUT OE_Order_PUB.Line_Price_Att_Rec_Type
1568: )
1569: IS

Line 1567: -- , x_Line_Price_Att_rec OUT OE_Order_PUB.Line_Price_Att_Rec_Type

1563: PROCEDURE Attributes
1564: ( p_x_Line_Price_Att_rec IN OUT NOCOPY OE_Order_PUB.Line_Price_Att_Rec_Type
1565: -- := OE_Order_PUB.G_MISS_LINE_PRICE_ATT_REC
1566: , p_iteration IN NUMBER DEFAULT 1
1567: -- , x_Line_Price_Att_rec OUT OE_Order_PUB.Line_Price_Att_Rec_Type
1568: )
1569: IS
1570: n number;
1571: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;