DBA Data[Home] [Help]

APPS.WSH_BATCH_PROCESS dependencies on WSH_TRIP_STOPS_GRP

Line 766: l_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;

762: l_self_stop_id NUMBER;
763: l_other_stop_id NUMBER;
764: l_trip_id NUMBER;
765: l_return_status VARCHAR2(1);
766: l_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
767: l_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
768: l_stop_out_rec WSH_TRIP_STOPS_GRP.stopActionOutRecType;
769: l_def_rec WSH_TRIP_STOPS_GRP.default_parameters_rectype;
770: l_msg_count NUMBER;

Line 768: l_stop_out_rec WSH_TRIP_STOPS_GRP.stopActionOutRecType;

764: l_trip_id NUMBER;
765: l_return_status VARCHAR2(1);
766: l_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
767: l_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
768: l_stop_out_rec WSH_TRIP_STOPS_GRP.stopActionOutRecType;
769: l_def_rec WSH_TRIP_STOPS_GRP.default_parameters_rectype;
770: l_msg_count NUMBER;
771: l_msg_data VARCHAR2(2000);
772: l_debug_on BOOLEAN;

Line 769: l_def_rec WSH_TRIP_STOPS_GRP.default_parameters_rectype;

765: l_return_status VARCHAR2(1);
766: l_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
767: l_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
768: l_stop_out_rec WSH_TRIP_STOPS_GRP.stopActionOutRecType;
769: l_def_rec WSH_TRIP_STOPS_GRP.default_parameters_rectype;
770: l_msg_count NUMBER;
771: l_msg_data VARCHAR2(2000);
772: l_debug_on BOOLEAN;
773: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'Close_A_Stop';

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

797:
798: SAVEPOINT beginning_of_the_procedure;
799:
800: IF l_debug_on THEN
801: WSH_DEBUG_SV.log(l_module_name, 'Stop locked, calling WSH_TRIP_STOPS_GRP.Stop_Action for stop '|| to_char(p_stop_id));
802: END IF;
803:
804: l_action_prms.action_code := 'UPDATE-STATUS';
805: l_action_prms.stop_action := 'CLOSE';

Line 815: WSH_TRIP_STOPS_GRP.Stop_Action

811:
812: l_rec_attr_tab(1).stop_id := p_stop_id;
813:
814:
815: WSH_TRIP_STOPS_GRP.Stop_Action
816: ( p_api_version_number => 1.0,
817: p_init_msg_list => FND_API.G_FALSE,
818: p_commit => FND_API.G_FALSE,
819: p_action_prms => l_action_prms,