DBA Data[Home] [Help]

APPS.OE_PRICE_LIST_PUB dependencies on OE_PRICE_LIST_PUB

Line 1: PACKAGE BODY OE_Price_List_PUB AS

1: PACKAGE BODY OE_Price_List_PUB AS
2: /* $Header: OEXPPRLB.pls 115.2 99/10/14 22:17:10 porting ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: OEXPPRLB.pls 115.2 99/10/14 22:17:10 porting ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Price_List_PUB';
7:
8: -- Forward declaration of Procedure Id_To_Value
9:
10: PROCEDURE Id_To_Value

Line 377: l_PRICE_LIST_rec OE_Price_List_PUB.Price_List_Rec_Type;

373: l_api_version_number CONSTANT NUMBER := 1.0;
374: l_api_name CONSTANT VARCHAR2(30):= 'Get_Price_List';
375: l_name VARCHAR2(240) := p_name;
376: l_price_list_id NUMBER := p_price_list_id;
377: l_PRICE_LIST_rec OE_Price_List_PUB.Price_List_Rec_Type;
378: l_PRICE_LIST_LINE_tbl OE_Price_List_PUB.Price_List_Line_Tbl_Type;
379: BEGIN
380:
381: -- Standard call to check for call compatibility

Line 378: l_PRICE_LIST_LINE_tbl OE_Price_List_PUB.Price_List_Line_Tbl_Type;

374: l_api_name CONSTANT VARCHAR2(30):= 'Get_Price_List';
375: l_name VARCHAR2(240) := p_name;
376: l_price_list_id NUMBER := p_price_list_id;
377: l_PRICE_LIST_rec OE_Price_List_PUB.Price_List_Rec_Type;
378: l_PRICE_LIST_LINE_tbl OE_Price_List_PUB.Price_List_Line_Tbl_Type;
379: BEGIN
380:
381: -- Standard call to check for call compatibility
382:

Line 637: END OE_Price_List_PUB;

633: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
634:
635: END Value_To_Id;
636:
637: END OE_Price_List_PUB;