DBA Data[Home] [Help]

PACKAGE: APPS.ISC_DBI_WMS_PTS_TREND_PKG

Source


1 PACKAGE ISC_DBI_WMS_PTS_TREND_PKG AS
2 /*$Header: ISCRGBSS.pls 120.0 2005/05/25 17:28:32 appldev noship $*/
3 
4    /* Trend Query for Pick Release To Ship Cycle Time Trend */
5    PROCEDURE get_sql(
6        p_param in BIS_PMV_PAGE_PARAMETER_TBL,
7        x_custom_sql OUT NOCOPY VARCHAR2,
8        x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL
9    );
10 
11 
12 END ISC_DBI_WMS_PTS_TREND_PKG;