DBA Data[Home] [Help]

PACKAGE: APPS.IBE_BI_CART_ORD_PVT

Source


1 PACKAGE IBE_BI_CART_ORD_PVT AS
2 /* $Header: IBEVBICARTORDS.pls 120.1 2005/09/16 05:59:19 appldev ship $ */
3 /****************************************************************/
4 /* This Procedure will return the SQL Query for Cart and Order  */
5 /* Activity Portlet                                             */
6 /****************************************************************/
7 
8 PROCEDURE GET_CART_ORD_PORT_SQL(
9                             p_pmv_parameters IN BIS_PMV_PAGE_PARAMETER_tbl,
10                             x_custom_sql     OUT NOCOPY VARCHAR2,
11                             x_custom_output  OUT NOCOPY bis_query_attributes_TBL );
12 
13 END IBE_BI_CART_ORD_PVT;