DBA Data[Home] [Help]

APPS.WSH_CUSTOM_PUB dependencies on WSH_TRIPS_PVT

Line 27: p_trip_info IN wsh_trips_pvt.trip_rec_type

23:
24: FUNCTION Trip_Name
25: (
26: p_trip_id IN NUMBER,
27: p_trip_info IN wsh_trips_pvt.trip_rec_type
28: ) RETURN VARCHAR2 IS
29: BEGIN
30: RETURN (to_char(p_trip_id));
31: END Trip_Name;