DBA Data[Home] [Help]

APPS.WSH_CUSTOM_PUB dependencies on WSH_TRIPS_PVT

Line 33: p_trip_info IN wsh_trips_pvt.trip_rec_type

29:
30: FUNCTION Trip_Name
31: (
32: p_trip_id IN NUMBER,
33: p_trip_info IN wsh_trips_pvt.trip_rec_type
34: ) RETURN VARCHAR2 IS
35: BEGIN
36: RETURN (to_char(p_trip_id));
37: END Trip_Name;