DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 3362: FROM mtl_secondary_inventories

3358: l_reservable_type := g_is_sub_reservable(l_hash_value).reservable_type;
3359: ELSE
3360: SELECT reservable_type
3361: INTO l_reservable_type
3362: FROM mtl_secondary_inventories
3363: WHERE organization_id = l_mmtt_rec.organization_id
3364: AND secondary_inventory_name = l_mmtt_rec.transfer_subinventory;
3365: g_is_sub_reservable(l_hash_value).reservable_type := l_reservable_type;
3366: g_is_sub_reservable(l_hash_value).org_id := l_mmtt_rec.organization_id;

Line 5326: FROM mtl_secondary_inventories

5322: l_reservable_type := g_is_sub_reservable(l_hash_value).reservable_type;
5323: ELSE
5324: SELECT reservable_type
5325: INTO l_reservable_type
5326: FROM mtl_secondary_inventories
5327: WHERE organization_id = l_mmtt_rec.organization_id
5328: AND secondary_inventory_name = l_mmtt_rec.transfer_subinventory;
5329: g_is_sub_reservable(l_hash_value).reservable_type := l_reservable_type;
5330: g_is_sub_reservable(l_hash_value).org_id := l_mmtt_rec.organization_id;