DBA Data[Home] [Help]

APPS.ARP_TRX_TAX_UTIL dependencies on MTL_UNITS_OF_MEASURE

Line 117: mtl_units_of_measure.unit_of_measure%type,

113: mtl_system_items.description%type,
114: p_primary_uom_code OUT NOCOPY
115: mtl_system_items.primary_uom_code%type,
116: p_primary_uom_name OUT NOCOPY
117: mtl_units_of_measure.unit_of_measure%type,
118: p_accounting_rule_id OUT NOCOPY
119: mtl_system_items.accounting_rule_id%type,
120: p_accounting_rule_name OUT NOCOPY
121: ra_rules.name%type,

Line 181: mtl_units_of_measure muom,

177: p_accounting_rule_duration,
178: p_accounting_rule_type,
179: p_rule_start_date
180: FROM mtl_system_items msi,
181: mtl_units_of_measure muom,
182: ra_rules rr,
183: ra_rule_schedules rs
184: WHERE msi.inventory_item_id = p_inventory_item_id
185: AND msi.organization_id = p_organization_id