DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE_PATTR dependencies on OE_DEFAULT_LINE_PATTR

Line 1: PACKAGE BODY OE_Default_Line_PAttr AS

1: PACKAGE BODY OE_Default_Line_PAttr AS
2: /* $Header: OEXDLPAB.pls 120.1 2006/05/23 05:48:54 aycui noship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Default_Line_Pattr';

2: /* $Header: OEXDLPAB.pls 120.1 2006/05/23 05:48:54 aycui noship $ */
3:
4: -- Global constant holding the package name
5:
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;

Line 3925: OE_Default_Line_PAttr.Attributes

3921: OR g_Line_Price_Att_rec.request_id = FND_API.G_MISS_NUM
3922: OR g_Line_Price_Att_rec.override_flag = FND_API.G_MISS_CHAR
3923: THEN
3924:
3925: OE_Default_Line_PAttr.Attributes
3926: ( p_x_Line_Price_Att_rec => g_Line_Price_Att_rec
3927: , p_iteration => p_iteration + 1
3928: -- , x_Line_Price_Att_rec => x_Line_Price_Att_rec
3929: );

Line 4262: END OE_Default_Line_PAttr;

4258: -- END IF;
4259:
4260: END Attributes;
4261:
4262: END OE_Default_Line_PAttr;