DBA Data[Home] [Help]

APPS.QP_DEFAULT_PRICE_LIST dependencies on QP_DEFAULT_PRICE_LIST

Line 1: PACKAGE BODY QP_Default_Price_List AS

1: PACKAGE BODY QP_Default_Price_List AS
2: /* $Header: QPXDPLHB.pls 120.7 2005/09/27 12:32:53 spgopal ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXDPLHB.pls 120.7 2005/09/27 12:32:53 spgopal ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Default_Price_List';
7:
8: -- Package global used within the package.
9:
10: g_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;

Line 156: oe_debug_pub.add('Entering QP_Default_Price_List.Get_Price_List');

152: IS
153: l_list_header_id NUMBER := NULL;
154: BEGIN
155:
156: oe_debug_pub.add('Entering QP_Default_Price_List.Get_Price_List');
157:
158: select qp_list_headers_b_s.nextval into l_list_header_id
159: from dual;
160:

Line 161: oe_debug_pub.add('Exiting QP_Default_Price_List.Get_Price_List');

157:
158: select qp_list_headers_b_s.nextval into l_list_header_id
159: from dual;
160:
161: oe_debug_pub.add('Exiting QP_Default_Price_List.Get_Price_List');
162: RETURN l_list_header_id;
163:
164: EXCEPTION
165:

Line 1485: QP_Default_Price_List.Attributes

1481: THEN
1482:
1483: oe_debug_pub.add('redefault attributes 1');
1484:
1485: QP_Default_Price_List.Attributes
1486: ( p_PRICE_LIST_rec => g_PRICE_LIST_rec
1487: , p_iteration => p_iteration + 1
1488: , x_PRICE_LIST_rec => x_PRICE_LIST_rec
1489: );

Line 1505: END QP_Default_Price_List;

1501: oe_debug_pub.add('exiting attributes');
1502:
1503: END Attributes;
1504:
1505: END QP_Default_Price_List;