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 2094: mtl_stat_type_usages

2090: SELECT
2091: weight_precision
2092: , reporting_rounding
2093: FROM
2094: mtl_stat_type_usages
2095: WHERE legal_entity_id = p_legal_entity_id
2096: AND zone_code = p_zone_code
2097: AND usage_type = p_usage_type
2098: AND stat_type = p_stat_type;