DBA Data[Home] [Help]

APPS.OE_PRICE_LIST_PVT dependencies on OE_PRICE_LIST_PVT

Line 1: PACKAGE BODY OE_Price_List_PVT AS

1: PACKAGE BODY OE_Price_List_PVT AS
2: /* $Header: OEXVLSTB.pls 115.1 99/07/16 08:17:02 porting shi $ */
3:
4: -- Global constant holding the package name to be used by
5: -- messaging routines in the case of an unexpected error.

Line 7: G_PKG_NAME CONSTANT VARCHAR2(30):='OE_Price_List_PVT';

3:
4: -- Global constant holding the package name to be used by
5: -- messaging routines in the case of an unexpected error.
6:
7: G_PKG_NAME CONSTANT VARCHAR2(30):='OE_Price_List_PVT';
8:
9: -- This global variable is used to keep count of the fetch level that
10: -- is currently executed. It is used to decide whether to put a message
11: -- indicating that no list price was found for the item on the price

Line 737: END OE_Price_List_PVT;

733: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
734:
735: END Get_Unit_Name;
736:
737: END OE_Price_List_PVT;
738: