DBA Data[Home] [Help]

PACKAGE: APPS.CSP_EXCESS_PARTS_CUST

Source


1 PACKAGE CSP_EXCESS_PARTS_CUST AUTHID CURRENT_USER AS
2 /* $Header: cspexccusts.pls 120.1 2010/12/07 06:19:25 hhaugeru noship $ */
3 
4 
5 -- Start of Comments
6 -- Package name     : CSP_EXCESS_PARTS_CUST
7 -- Purpose          : Custom code to override return information
8 -- History          :
9 -- NOTE             :
10 -- End of Comments
11 
12 FUNCTION excess_parts (
13    p_excess_part  IN CSP_EXCESS_LISTS_PKG.EXCESS_RECORD_TYPE
14 ) RETURN CSP_EXCESS_LISTS_PKG.EXCESS_TBL_TYPE;
15 
16 End CSP_EXCESS_PARTS_CUST;