DBA Data[Home] [Help]

APPS.QP_PRICE_FORMULA_PUB dependencies on QP_PRICE_FORMULA_PUB

Line 1: PACKAGE BODY QP_Price_Formula_PUB AS

1: PACKAGE BODY QP_Price_Formula_PUB AS
2: /* $Header: QPXPPRFB.pls 120.4 2006/10/25 08:14:53 nirmkuma ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXPPRFB.pls 120.4 2006/10/25 08:14:53 nirmkuma ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Price_Formula_PUB';
7:
8: -- Forward declaration of Procedure Id_To_Value
9:
10: PROCEDURE Id_To_Value

Line 130: -- rbagri - set the called_from_ui indicator to 'N', as QP_PRICE_FORMULA_PUB.Process_Price_Formula is

126: END IF;
127:
128:
129: -- Call QP_Price_Formula_PVT.Process_Price_Formula
130: -- rbagri - set the called_from_ui indicator to 'N', as QP_PRICE_FORMULA_PUB.Process_Price_Formula is
131: -- being called from public package
132:
133: l_control_rec.called_from_ui := 'N';
134: l_p_FORMULA_rec := l_FORMULA_rec; --[prarasto]

Line 428: l_FORMULA_rec QP_Price_Formula_PUB.Formula_Rec_Type;

424: IS
425: l_api_version_number CONSTANT NUMBER := 1.0;
426: l_api_name CONSTANT VARCHAR2(30):= 'Get_Price_Formula';
427: l_price_formula_id NUMBER := p_price_formula_id;
428: l_FORMULA_rec QP_Price_Formula_PUB.Formula_Rec_Type;
429: l_FORMULA_LINES_tbl QP_Price_Formula_PUB.Formula_Lines_Tbl_Type;
430: BEGIN
431:
432: -- Standard call to check for call compatibility

Line 429: l_FORMULA_LINES_tbl QP_Price_Formula_PUB.Formula_Lines_Tbl_Type;

425: l_api_version_number CONSTANT NUMBER := 1.0;
426: l_api_name CONSTANT VARCHAR2(30):= 'Get_Price_Formula';
427: l_price_formula_id NUMBER := p_price_formula_id;
428: l_FORMULA_rec QP_Price_Formula_PUB.Formula_Rec_Type;
429: l_FORMULA_LINES_tbl QP_Price_Formula_PUB.Formula_Lines_Tbl_Type;
430: BEGIN
431:
432: -- Standard call to check for call compatibility
433:

Line 687: END QP_Price_Formula_PUB;

683: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
684:
685: END Value_To_Id;
686:
687: END QP_Price_Formula_PUB;