DBA Data[Home] [Help]

APPS.QP_ATTR_MAP_PUB dependencies on QP_ATTR_MAP_PUB

Line 1: PACKAGE BODY QP_Attr_Map_PUB AS

1: PACKAGE BODY QP_Attr_Map_PUB AS
2: /* $Header: QPXPMAPB.pls 120.4 2005/08/18 15:54:18 sfiresto ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXPMAPB.pls 120.4 2005/08/18 15:54:18 sfiresto ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Attr_Map_PUB';
7:
8: -- Forward declaration of Procedure Id_To_Value
9:
10: PROCEDURE Id_To_Value

Line 750: l_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;

746: IS
747: l_api_version_number CONSTANT NUMBER := 1.0;
748: l_api_name CONSTANT VARCHAR2(30):= 'Get_Attr_Mapping';
749: l_lookup_code VARCHAR2(30) := p_lookup_code;
750: l_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
751: l_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;
752: l_SSC_tbl QP_Attr_Map_PUB.Ssc_Tbl_Type;
753: l_PSG_tbl QP_Attr_Map_PUB.Psg_Tbl_Type;
754: l_SOU_tbl QP_Attr_Map_PUB.Sou_Tbl_Type;

Line 751: l_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;

747: l_api_version_number CONSTANT NUMBER := 1.0;
748: l_api_name CONSTANT VARCHAR2(30):= 'Get_Attr_Mapping';
749: l_lookup_code VARCHAR2(30) := p_lookup_code;
750: l_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
751: l_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;
752: l_SSC_tbl QP_Attr_Map_PUB.Ssc_Tbl_Type;
753: l_PSG_tbl QP_Attr_Map_PUB.Psg_Tbl_Type;
754: l_SOU_tbl QP_Attr_Map_PUB.Sou_Tbl_Type;
755: l_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;

Line 752: l_SSC_tbl QP_Attr_Map_PUB.Ssc_Tbl_Type;

748: l_api_name CONSTANT VARCHAR2(30):= 'Get_Attr_Mapping';
749: l_lookup_code VARCHAR2(30) := p_lookup_code;
750: l_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
751: l_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;
752: l_SSC_tbl QP_Attr_Map_PUB.Ssc_Tbl_Type;
753: l_PSG_tbl QP_Attr_Map_PUB.Psg_Tbl_Type;
754: l_SOU_tbl QP_Attr_Map_PUB.Sou_Tbl_Type;
755: l_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;
756: BEGIN

Line 753: l_PSG_tbl QP_Attr_Map_PUB.Psg_Tbl_Type;

749: l_lookup_code VARCHAR2(30) := p_lookup_code;
750: l_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
751: l_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;
752: l_SSC_tbl QP_Attr_Map_PUB.Ssc_Tbl_Type;
753: l_PSG_tbl QP_Attr_Map_PUB.Psg_Tbl_Type;
754: l_SOU_tbl QP_Attr_Map_PUB.Sou_Tbl_Type;
755: l_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;
756: BEGIN
757:

Line 754: l_SOU_tbl QP_Attr_Map_PUB.Sou_Tbl_Type;

750: l_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
751: l_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;
752: l_SSC_tbl QP_Attr_Map_PUB.Ssc_Tbl_Type;
753: l_PSG_tbl QP_Attr_Map_PUB.Psg_Tbl_Type;
754: l_SOU_tbl QP_Attr_Map_PUB.Sou_Tbl_Type;
755: l_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;
756: BEGIN
757:
758: -- Standard call to check for call compatibility

Line 755: l_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;

751: l_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;
752: l_SSC_tbl QP_Attr_Map_PUB.Ssc_Tbl_Type;
753: l_PSG_tbl QP_Attr_Map_PUB.Psg_Tbl_Type;
754: l_SOU_tbl QP_Attr_Map_PUB.Sou_Tbl_Type;
755: l_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;
756: BEGIN
757:
758: -- Standard call to check for call compatibility
759:

Line 1239: END QP_Attr_Map_PUB;

1235: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1236:
1237: END Value_To_Id;
1238:
1239: END QP_Attr_Map_PUB;