Product Facility Parameters Lookup
Input parameters :
- productId
- high-level facilityIdName
Output parameters :
- facilityIdName
Algorithm :
- call a hook to allow specific deployement to override default lookup method
- select all child facilities of the high-level facility
- for each of them, only select those that have an association with the given product (ProductNFacility)
- keep only the ProductNFacility with the smallest seqId
- fill missing parameters of the selected ProductNFacility by go up in the facility tree


