DBA Data[Home] [Help]

APPS.LOT_SPLIT_DATA_INSERT dependencies on MTL_ITEM_REVISIONS

Line 12: p_revision IN MTL_ITEM_REVISIONS.revision%TYPE,

8: PROCEDURE set_table (
9: p_transaction_type_id IN MTL_TRANSACTION_TYPES.transaction_type_id%TYPE,
10: p_transaction_lot IN VARCHAR2,
11: p_inventory_item_id IN MTL_SYSTEM_ITEMS.inventory_item_id%TYPE,
12: p_revision IN MTL_ITEM_REVISIONS.revision%TYPE,
13: p_organization_id IN MTL_PARAMETERS.organization_id%TYPE,
14: p_subinventory_code IN MTL_SECONDARY_INVENTORIES.secondary_inventory_name%TYPE,
15: p_locator_id IN MTL_ITEM_LOCATIONS.inventory_location_id%TYPE,
16: p_transaction_quantity IN MTL_MATERIAL_TRANSACTIONS.transaction_quantity%TYPE,