DBA Data[Home] [Help]

APPS.GMI_PICK_RELEASE_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 82: FROM mtl_secondary_inventories

78:
79: CURSOR c_second_inventory( org_id IN NUMBER
80: , subinv_code IN VARCHAR2) IS
81: SELECT reservable_type
82: FROM mtl_secondary_inventories
83: WHERE organization_id = org_id
84: AND secondary_inventory_name = subinv_code;
85:
86: CURSOR c_transaction_type( txn_type_id IN NUMBER) IS