What is the link between cartonization_group_id and Cartonization_id from mtl_txn_request_lines and
Once a WMS task is completed, record goes out of mtl_material_transactions_tempable,
at that point I want to know the cartonization_id to print Carton LPN on the label
We can get the carton_group_id from mtl_txn_request_lines table joining with mtl_material_transactions table. But using the carton_group_id, how to trace cartonization_id..?