DBA Data[Home] [Help]

PACKAGE: APPS.QP_CUSTOM_SOURCE

Source


1 PACKAGE QP_CUSTOM_SOURCE AS
2 /* $Header: QPXCSOUS.pls 120.1 2005/06/09 23:37:17 appldev  $ */
3 
4 --GLOBAL Constant holding the package name
5 
6 G_PKG_NAME		    CONSTANT  VARCHAR2(30) := 'QP_CUSTOM_SOURCE';
7 
8 /*Customizable Public Procedure*/
9 
10 PROCEDURE Get_Custom_Attribute_Values
11 (       p_req_type_code                 IN VARCHAR2
12 ,       p_pricing_type_code             IN VARCHAR2
13 ,       x_qual_ctxts_result_tbl         OUT NOCOPY /* file.sql.39 change */ QP_ATTR_MAPPING_PUB.CONTEXTS_RESULT_TBL_TYPE
14 ,       x_price_ctxts_result_tbl        OUT NOCOPY /* file.sql.39 change */ QP_ATTR_MAPPING_PUB.CONTEXTS_RESULT_TBL_TYPE
15 );
16 
17 END QP_CUSTOM_SOURCE;