DBA Data[Home] [Help]

APPS.INV_MGD_MVT_UTILS_PKG dependencies on MTL_STAT_TYPE_USAGES

Line 654: -- the set-up form in mtl stat type usages.

650: -- p_weight_precision rounding decimal digits
651: -- p_transaction_quantity Quantity
652: -- p_transaction_uom_code Transaction UOM
653: -- COMMENT : Total weight in the UOM that is defined in
654: -- the set-up form in mtl stat type usages.
655: -- The weight is defined in the UOm that is defined
656: -- by the authorities for reporting.
657: --=======================================================================
658:

Line 2109: mtl_stat_type_usages

2105: SELECT
2106: weight_precision
2107: , reporting_rounding
2108: FROM
2109: mtl_stat_type_usages
2110: WHERE legal_entity_id = p_legal_entity_id
2111: AND zone_code = p_zone_code
2112: AND usage_type = p_usage_type
2113: AND stat_type = p_stat_type;