DBA Data[Home] [Help]

APPS.QP_DEFAULT_PRICE_LIST_LINE dependencies on QP_DEFAULT_PRICE_LIST_LINE

Line 1: PACKAGE BODY QP_Default_Price_List_Line AS

1: PACKAGE BODY QP_Default_Price_List_Line AS
2: /* $Header: QPXDPLLB.pls 120.3 2005/11/21 13:29:37 shulin ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXDPLLB.pls 120.3 2005/11/21 13:29:37 shulin ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Default_Price_List_Line';
7:
8: -- Package global used within the package.
9:
10: g_PRICE_LIST_LINE_rec QP_Price_List_PUB.Price_List_Line_Rec_Type;

Line 1866: QP_Default_Price_List_Line.Attributes

1862: THEN
1863:
1864: oe_debug_pub.add('default attributes');
1865:
1866: QP_Default_Price_List_Line.Attributes
1867: ( p_PRICE_LIST_LINE_rec => g_PRICE_LIST_LINE_rec
1868: , p_iteration => p_iteration + 1
1869: , x_PRICE_LIST_LINE_rec => x_PRICE_LIST_LINE_rec
1870: );

Line 1888: END QP_Default_Price_List_Line;

1884: oe_debug_pub.add('after executing everything in attributes');
1885:
1886: END Attributes;
1887:
1888: END QP_Default_Price_List_Line;