DBA Data[Home] [Help]

APPS.WSH_BATCH_PROCESS dependencies on WSH_TRIP_STOPS_GRP

Line 742: l_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;

738: l_self_stop_id NUMBER;
739: l_other_stop_id NUMBER;
740: l_trip_id NUMBER;
741: l_return_status VARCHAR2(1);
742: l_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
743: l_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
744: l_stop_out_rec WSH_TRIP_STOPS_GRP.stopActionOutRecType;
745: l_def_rec WSH_TRIP_STOPS_GRP.default_parameters_rectype;
746: l_msg_count NUMBER;

Line 744: l_stop_out_rec WSH_TRIP_STOPS_GRP.stopActionOutRecType;

740: l_trip_id NUMBER;
741: l_return_status VARCHAR2(1);
742: l_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
743: l_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
744: l_stop_out_rec WSH_TRIP_STOPS_GRP.stopActionOutRecType;
745: l_def_rec WSH_TRIP_STOPS_GRP.default_parameters_rectype;
746: l_msg_count NUMBER;
747: l_msg_data VARCHAR2(2000);
748: l_debug_on BOOLEAN;

Line 745: l_def_rec WSH_TRIP_STOPS_GRP.default_parameters_rectype;

741: l_return_status VARCHAR2(1);
742: l_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
743: l_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
744: l_stop_out_rec WSH_TRIP_STOPS_GRP.stopActionOutRecType;
745: l_def_rec WSH_TRIP_STOPS_GRP.default_parameters_rectype;
746: l_msg_count NUMBER;
747: l_msg_data VARCHAR2(2000);
748: l_debug_on BOOLEAN;
749: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'Close_A_Stop';

Line 777: WSH_DEBUG_SV.log(l_module_name, 'Stop locked, calling WSH_TRIP_STOPS_GRP.Stop_Action for stop '|| to_char(p_stop_id));

773:
774: SAVEPOINT beginning_of_the_procedure;
775:
776: IF l_debug_on THEN
777: WSH_DEBUG_SV.log(l_module_name, 'Stop locked, calling WSH_TRIP_STOPS_GRP.Stop_Action for stop '|| to_char(p_stop_id));
778: END IF;
779:
780: l_action_prms.action_code := 'UPDATE-STATUS';
781: l_action_prms.stop_action := 'CLOSE';

Line 791: WSH_TRIP_STOPS_GRP.Stop_Action

787:
788: l_rec_attr_tab(1).stop_id := p_stop_id;
789:
790:
791: WSH_TRIP_STOPS_GRP.Stop_Action
792: ( p_api_version_number => 1.0,
793: p_init_msg_list => FND_API.G_FALSE,
794: p_commit => FND_API.G_FALSE,
795: p_action_prms => l_action_prms,