| API / APIs Radiofréquence | |
| Version ACE : 1.4 | |
|
Package : Standard Sous-programme Basic : gnc_rf_supp_miss_ecl_dup_egx |
Fonctionnalité :SCE Mobile |
| Schémas d’entrée et de sortie : | voir en fin de document. |
Cette API permet de supprimer ou d’historiser toutes les missions d'éclatement d'un OP.
API imbriquées : aucune.
Contraintes et limites de fonctionnement (hors périmètre)
| RAS. |
Paramétrage (PPE)
| RAS. |
Détail de l'API
Read the RF deconsolidation missions (LMIS.ltypact = ‘7’) for the picking list (LMIS.typentite = 3 and LMIS.identite = idop).
For each mission found.
If the mission is assigned (lmis.statut = ‘5’).
Call the function gnc_rf_maj_cnx_mission, as so to store the mission data.
Else.
Delete the mission.
| NOM DU PARAMÈTRE | FORMAT | OBL O/N | REMARQUE |
| typtie | Char(3) | O | Third-party type |
| sigtie | Char(12) | O | Third-party ID |
| idop | Number | O | Picking List ID |
| NOM DU PARAMÈTRE | FORMAT | REMARQUE |
| ParamOut1 | Char(3) | Third-party type (Lmis.typtie) |
| ParamOut2 | Char(12) | Third-party ID (Lmis.sigtie) |
| ParamOut3 | Number | Picking List ID (idop input parameter) |
| ParamOut4 | Number | Number of the stored missions |
| ParamOut5 | Number | Number of the deleted missions |