DBA Data[Home] [Help]

APPS.LOT_SPLIT_DATA_INSERT dependencies on MTL_UNITS_OF_MEASURE

Line 14: transaction_uom MTL_UNITS_OF_MEASURE.uom_code%TYPE,

10: locator_id MTL_ITEM_LOCATIONS.inventory_location_id%TYPE,
11: transaction_quantity MTL_MATERIAL_TRANSACTIONS.transaction_quantity%TYPE,
12: secondary_transaction_quantity MTL_MATERIAL_TRANSACTIONS.secondary_transaction_quantity%TYPE, -- Bug #4093379 INVCONV
13: primary_quantity MTL_MATERIAL_TRANSACTIONS.primary_quantity%TYPE,
14: transaction_uom MTL_UNITS_OF_MEASURE.uom_code%TYPE,
15: item_description MTL_SYSTEM_ITEMS_KFV.description%TYPE,
16: item_location_control_code MTL_SYSTEM_ITEMS_KFV.location_control_code%TYPE,
17: item_restrict_subinv_code MTL_SYSTEM_ITEMS_KFV.restrict_subinventories_code%TYPE,
18: item_restrict_locators_code MTL_SYSTEM_ITEMS_KFV.restrict_locators_code%TYPE,

Line 141: p_transaction_uom IN MTL_UNITS_OF_MEASURE.uom_code%TYPE,

137: p_subinventory_code IN MTL_SECONDARY_INVENTORIES.secondary_inventory_name%TYPE,
138: p_locator_id IN MTL_ITEM_LOCATIONS.inventory_location_id%TYPE,
139: p_transaction_quantity IN MTL_MATERIAL_TRANSACTIONS.transaction_quantity%TYPE,
140: p_primary_quantity IN MTL_MATERIAL_TRANSACTIONS.primary_quantity%TYPE,
141: p_transaction_uom IN MTL_UNITS_OF_MEASURE.uom_code%TYPE,
142: p_item_description IN MTL_SYSTEM_ITEMS_KFV.description%TYPE,
143: p_item_location_control_code IN MTL_SYSTEM_ITEMS_KFV.location_control_code%TYPE,
144: p_item_restrict_subinv_code IN MTL_SYSTEM_ITEMS_KFV.restrict_subinventories_code%TYPE,
145: p_item_restrict_locators_code IN MTL_SYSTEM_ITEMS_KFV.restrict_locators_code%TYPE,