DBA Data[Home] [Help]

PACKAGE: APPS.WSH_BUSINESS_VIEWS

Source


1 PACKAGE WSH_BUSINESS_VIEWS AUTHID CURRENT_USER AS
2 /* $Header: WSHBVGLS.pls 115.5 2004/08/18 23:39:34 anxsharm ship $ */
3 
4 -- Function :   Get_Locations
5 -- Parameters : p_stop_location_id
6 -- Description : Returns the stop location description for a location id.
7 -- Bug 3793608 , for backward compatibility need to keep stub of this function
8 
9 
10 FUNCTION Get_Locations(p_stop_location_id IN NUMBER) RETURN VARCHAR2;
11 
12 
13 END WSH_BUSINESS_VIEWS;