DBA Data[Home] [Help]

APPS.WSH_TRIPS_GRP dependencies on WSH_DELIVERIES_GRP

Line 530: l_action_prms wsh_deliveries_grp.action_parameters_rectype;

526:
527: -- J - MBOL
528: l_document_number VARCHAR2(50);
529: --
530: l_action_prms wsh_deliveries_grp.action_parameters_rectype;
531: l_del_action_out_rec wsh_deliveries_grp.Delivery_Action_Out_Rec_Type;
532: l_delivery_id_tab wsh_util_core.id_tab_type;
533: l_trip_name VARCHAR2(30);
534: l_cnt NUMBER;

Line 531: l_del_action_out_rec wsh_deliveries_grp.Delivery_Action_Out_Rec_Type;

527: -- J - MBOL
528: l_document_number VARCHAR2(50);
529: --
530: l_action_prms wsh_deliveries_grp.action_parameters_rectype;
531: l_del_action_out_rec wsh_deliveries_grp.Delivery_Action_Out_Rec_Type;
532: l_delivery_id_tab wsh_util_core.id_tab_type;
533: l_trip_name VARCHAR2(30);
534: l_cnt NUMBER;
535: e_end_of_api EXCEPTION;