DBA Data[Home] [Help]

APPS.QP_CURRENCY_PUB dependencies on QP_CURRENCY_PUB

Line 1: PACKAGE BODY QP_Currency_PUB AS

1: PACKAGE BODY QP_Currency_PUB AS
2: /* $Header: QPXPCURB.pls 120.2 2005/07/07 04:06:38 appldev ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXPCURB.pls 120.2 2005/07/07 04:06:38 appldev ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Currency_PUB';
7:
8: -- Forward declaration of Procedure Id_To_Value
9:
10: PROCEDURE Id_To_Value

Line 384: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

380: IS
381: l_api_version_number CONSTANT NUMBER := 1.0;
382: l_api_name CONSTANT VARCHAR2(30):= 'Get_Currency';
383: l_currency_header_id NUMBER := p_currency_header_id;
384: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
385: l_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
386: BEGIN
387:
388: -- Standard call to check for call compatibility

Line 385: l_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;

381: l_api_version_number CONSTANT NUMBER := 1.0;
382: l_api_name CONSTANT VARCHAR2(30):= 'Get_Currency';
383: l_currency_header_id NUMBER := p_currency_header_id;
384: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
385: l_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
386: BEGIN
387:
388: -- Standard call to check for call compatibility
389:

Line 643: END QP_Currency_PUB;

639: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
640:
641: END Value_To_Id;
642:
643: END QP_Currency_PUB;