DBA Data[Home] [Help]

APPS.OE_DEFAULT_HEADER_PATTR dependencies on OE_DEFAULT_HEADER_PATTR

Line 1: PACKAGE BODY OE_Default_Header_Pattr AS

1: PACKAGE BODY OE_Default_Header_Pattr AS
2: /* $Header: OEXDHPAB.pls 120.0.12000000.3 2007/04/27 09:05:06 jisingh ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: OEXDHPAB.pls 120.0.12000000.3 2007/04/27 09:05:06 jisingh ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Default_Header_Pattr';
7:
8: -- Package global used within the package.
9:
10: g_Header_price_att_rec OE_Order_PUB.Header_Price_Att_Rec_Type;

Line 3646: OE_Default_header_pattr.Attributes

3642: OR g_header_price_att_rec.request_id = FND_API.G_MISS_NUM
3643: OR g_header_price_att_rec.override_flag = FND_API.G_MISS_CHAR
3644: THEN
3645:
3646: OE_Default_header_pattr.Attributes
3647: ( p_x_Header_Price_Att_rec => g_Header_Price_Att_rec
3648: , p_iteration => p_iteration + 1
3649: -- , x_Header_Price_Att_rec => x_Header_Price_Att_rec
3650: );

Line 3662: END OE_Default_Header_Pattr;

3658: -- END IF;
3659:
3660: END Attributes;
3661:
3662: END OE_Default_Header_Pattr;