DBA Data[Home] [Help]

APPS.LOT_SPLIT_DATA_INSERT dependencies on MTL_ITEM_LOCATIONS

Line 10: locator_id MTL_ITEM_LOCATIONS.inventory_location_id%TYPE,

6: inventory_item_id MTL_SYSTEM_ITEMS.inventory_item_id%TYPE,
7: revision MTL_ITEM_REVISIONS.revision%TYPE,
8: organization_id MTL_PARAMETERS.organization_id%TYPE,
9: subinventory_code MTL_SECONDARY_INVENTORIES.secondary_inventory_name%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,

Line 138: p_locator_id IN MTL_ITEM_LOCATIONS.inventory_location_id%TYPE,

134: p_inventory_item_id IN MTL_SYSTEM_ITEMS.inventory_item_id%TYPE,
135: p_revision IN MTL_ITEM_REVISIONS.revision%TYPE,
136: p_organization_id IN MTL_PARAMETERS.organization_id%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,