DBA Data[Home] [Help]

APPS.LOT_SPLIT_DATA_INSERT dependencies on MTL_ITEM_REVISIONS

Line 7: revision MTL_ITEM_REVISIONS.revision%TYPE,

3: TYPE inputrec IS RECORD (
4: transaction_type_id MTL_TRANSACTION_TYPES.transaction_type_id%TYPE,
5: transaction_lot VARCHAR2(1),
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,

Line 135: p_revision IN MTL_ITEM_REVISIONS.revision%TYPE,

131: PROCEDURE set_table (
132: p_transaction_type_id IN MTL_TRANSACTION_TYPES.transaction_type_id%TYPE,
133: p_transaction_lot IN VARCHAR2,
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,