DBA Data[Home] [Help]

APPS.WSH_BOLS_PVT dependencies on WSH_TRIPS_PVT

Line 65: l_trip_info wsh_trips_pvt.trip_rec_type;

61: , x_document_number IN OUT NOCOPY VARCHAR2
62: )
63: IS
64: x_rowid varchar2(30);
65: l_trip_info wsh_trips_pvt.trip_rec_type;
66: l_leg_info_new wsh_delivery_legs_pvt.delivery_leg_rec_type;
67: l_leg_info_old wsh_delivery_legs_pvt.delivery_leg_rec_type;
68: l_old_leg_id NUMBER;
69: l_new_leg_id NUMBER;

Line 328: l_trip_info wsh_trips_pvt.trip_rec_type;

324: p_carrier_id IN NUMBER
325: )
326: IS
327: x_rowid varchar2(30);
328: l_trip_info wsh_trips_pvt.trip_rec_type;
329: l_del_rows wsh_util_core.id_tab_type;
330: l_leg_rows wsh_util_core.id_tab_type;
331: l_ledger_id NUMBER; -- LE Uptake
332: