DBA Data[Home] [Help]

APPS.QP_ATTRIBUTES_PUB dependencies on QP_ATTRIBUTES_PUB

Line 1: PACKAGE BODY QP_Attributes_PUB AS

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

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

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

Line 382: l_CON_rec QP_Attributes_PUB.Con_Rec_Type;

378: IS
379: l_api_version_number CONSTANT NUMBER := 1.0;
380: l_api_name CONSTANT VARCHAR2(30):= 'Get_Attributes';
381: l_prc_context_id NUMBER := p_prc_context_id;
382: l_CON_rec QP_Attributes_PUB.Con_Rec_Type;
383: l_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;
384: BEGIN
385:
386: -- Standard call to check for call compatibility

Line 383: l_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;

379: l_api_version_number CONSTANT NUMBER := 1.0;
380: l_api_name CONSTANT VARCHAR2(30):= 'Get_Attributes';
381: l_prc_context_id NUMBER := p_prc_context_id;
382: l_CON_rec QP_Attributes_PUB.Con_Rec_Type;
383: l_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;
384: BEGIN
385:
386: -- Standard call to check for call compatibility
387:

Line 641: END QP_Attributes_PUB;

637: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
638:
639: END Value_To_Id;
640:
641: END QP_Attributes_PUB;