DBA Data[Home] [Help]

APPS.IBE_M_PRICING_PVT dependencies on IBE_M_PRICING_PVT

Line 1: PACKAGE BODY Ibe_M_Pricing_Pvt AS

1: PACKAGE BODY Ibe_M_Pricing_Pvt AS
2: /* $Header: IBEVMPLB.pls 120.0 2005/05/30 03:13:30 appldev noship $ */
3:
4: --
5: --

Line 9: -- Ibe_M_Pricing_Pvt

5: --
6: -- Start of Comments
7: --
8: -- NAME
9: -- Ibe_M_Pricing_Pvt
10: --
11: -- PURPOSE
12: --
13: --

Line 20: G_PKG_NAME CONSTANT VARCHAR2(30):= 'IBE_M_PRICING_PVT';

16: -- HISTORY
17: -- 08/10/03 JQU Created
18: -- **************************************************************************
19:
20: G_PKG_NAME CONSTANT VARCHAR2(30):= 'IBE_M_PRICING_PVT';
21: G_FILE_NAME CONSTANT VARCHAR2(12):= 'IBEVMPLB.pls';
22:
23: --
24: -- Search price lists given the currency code and search criteria.

Line 127: END Ibe_M_Pricing_Pvt;

123: open x_currency_csr FOR 'SELECT currency_code, name FROM(' ||l_query_statement|| ')WHERE LOWER(currency_code) like :p_search_value' USING p_search_value;
124: end if;
125: END Search_Currency;
126:
127: END Ibe_M_Pricing_Pvt;