DBA Data[Home] [Help]

APPS.WSH_MDC_SRS dependencies on WSH_TRIPS_PVT

Line 2572: l_trip_info_tab WSH_TRIPS_PVT.Trip_Attr_Tbl_Type;

2568: l_commit VARCHAR2(10);
2569: l_return_status VARCHAR2(1);
2570: l_msg_count NUMBER;
2571: l_msg_data VARCHAR2(2000);
2572: l_trip_info_tab WSH_TRIPS_PVT.Trip_Attr_Tbl_Type;
2573: l_trip_info_rec WSH_TRIPS_PVT.trip_rec_type;
2574: l_trip_out_rec_tab WSH_TRIPS_GRP.Trip_Out_Tab_Type;
2575: l_trip_id NUMBER;
2576: l_del_id NUMBER;

Line 2573: l_trip_info_rec WSH_TRIPS_PVT.trip_rec_type;

2569: l_return_status VARCHAR2(1);
2570: l_msg_count NUMBER;
2571: l_msg_data VARCHAR2(2000);
2572: l_trip_info_tab WSH_TRIPS_PVT.Trip_Attr_Tbl_Type;
2573: l_trip_info_rec WSH_TRIPS_PVT.trip_rec_type;
2574: l_trip_out_rec_tab WSH_TRIPS_GRP.Trip_Out_Tab_Type;
2575: l_trip_id NUMBER;
2576: l_del_id NUMBER;
2577: l_trip_name VARCHAR2(30);

Line 2591: l_unplan_rec_attr WSH_TRIPS_PVT.Trip_Attr_Tbl_Type;

2587: l_rec_attr_tab WSH_NEW_DELIVERIES_PVT.Delivery_Attr_Tbl_Type;
2588: l_delivery_out_rec WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;
2589: l_defaults_rec WSH_DELIVERIES_GRP.default_parameters_rectype;
2590: l_unplan_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
2591: l_unplan_rec_attr WSH_TRIPS_PVT.Trip_Attr_Tbl_Type;
2592: l_unplan_dummy_out WSH_TRIPS_GRP.tripActionOutRecType;
2593: l_unplan_dummy_def WSH_TRIPS_GRP.default_parameters_rectype;
2594: l_trips_all_count NUMBER;
2595: l_trip_cr_flag BOOLEAN;